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

#popup_message {
    font-family: DroidSerif;
    font-size: 11px;
    line-height:18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    width: 266px;
    color:#000000;
}
#popup_title {
	font-family: 'DroidSerifBold';
	font-size: 12px !important;
	font-weight:normal;
	text-align: center;
	line-height: 18px;
	color:#000000;
	cursor: default;
	padding: 0em;
	padding-top:10px;
	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 {
    margin: 0 auto;
    text-align: center;
    width: 129px;
    padding-top:15px;
}

#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;*/
	
    background-color: #9C7D28;
    border: medium none;
    cursor: pointer;
    float: left;
    font-family: DroidSerif;
    margin: 0 5px;
    padding: 6px;
	margin-bottom:10px;	
}

#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;*/
}
