/*

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; 
	max-width: 600px; 
	background: #FFF;
	border: solid 5px #999;
	color: #000;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
*/

#popup_container {
background-image:url(../img/box_alert_index.png);
background-repeat:no-repeat;
height:187px;
padding:10px!important;
position:relative;
color:#FFF;
width:300px;
min-width:300px!important;
max-width:300px!important;
}

#popup_title {
border-top:10px solid #D8FF00;
color:#FFFFFF;
font-size:24px;
font-weight:normal;
padding-left:34px;
padding-top:17px;
}



#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 0x;
	text-align:justify;
	padding-left:6px;
	font-size:12px;
}

#popup_message strong{
color:#D8FF00;
font-weight:normal;
}

#popup_panel {
	text-align: center;
	margin-top: 20px;
	
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_overlay{
opacity:0.8!important;
-moz-opacity:.8!important;
filter: alpha(opacity=80)!important;
background-color: #333333!important;
z-index:500;
}

input#popup_ok{
width:78px;
height:19px;
background:url(../img/btn_ok.gif);
border:none;
}