:focus{
	outline:none;
}
#popup_container {
	font-family: 'EtelkaMediumRegular';
	color: #9c7d28;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 300px; /* Dialog will wrap after this width */
	background: #FFFFFF;
	border: solid 3px #999999;
}
#popup_overlay{
    background: none repeat scroll 0 0 #000000 !important;
    opacity: 0.8 !important;
    filter: alpha(opacity = 80)!important;;
}

#popup_message {
	padding-top: 5px;
	width: 306px;
        text-align: center;
	font-size:12px;
}
#popup_title {
	font-size: 17px !important;
	font-weight:normal;
	text-align: center;
	line-height: 1.75em;
	color:#000;
	background: #9c7d28 url(../_img/title.gif) top repeat-x;
	cursor: default;
	padding: 0em;
	font-weight:bold;
	margin: 0em;
	width: auto;
}

#popup_content {
	background: 16px 16px no-repeat url(../_img/info.gif);
	padding: 1em 0em 1em 0;
	margin: 0em;
	float: left;
}

#popup_content.alert {
	background-image: url(../_img/info.gif);
}

#popup_content.confirm {
	background-image: url(../_img/important.gif);
}

#popup_content.prompt {
	background-image: url(../_img/help.gif);
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok, #popup_cancel{
	background:url("../_img/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #9c7d28;
	color:#ffffff;
	cursor:pointer;
	margin:0.5em 0.4em 0.5em 0;
	height: 24px;
    width: 60px;
	font-weight:bold;
	font-size:11px;
		
}

#popup_ok:hover, #popup_cancel:hover{
	background:url("../_img/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50%;
	cursor:pointer;
	margin:0.5em 0.4em 0.5em 0;
	color: #ffffff; 
	background-color:#9C8D30;
}
