#popup_container
{
	background: none repeat scroll 0 0 #EAEAEA;
	border: 5px solid #810202;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	max-width: 600px;
	min-width: 300px;
}
#popup_title
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #810202;
	border-color: #FFFFFF #FFFFFF #253E80;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: default;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
}
#popup_message
{
	padding-left: 10px;
	text-align: left !important;
	font-family: Arial;
}
#popup_panel
{
	/* margin: 1em 0 0 1em;*/
	text-align: center;
}
#popup_prompt
{
	margin: 0.5em 0;
}
.searchresult
{
	background-color: #EFF5EA;
	background-image: url("../images/msg-success.gif" );
	background-position: 10px 11px;
	background-repeat: no-repeat;
	border: 1px solid #446423;
	color: #3D6611;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 13px;
	padding: 10px 10px 10px 31px;
}
.searchresulterror
{
	background-color: #FAEBE7;
	background-image: url("../images/msg-error.png" );
	background-position: 10px 11px;
	background-repeat: no-repeat;
	border: 1px solid #FA4343;
	color: #DF280A;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 13px;
	padding: 10px 10px 10px 31px;
}

@media screen and (max-width:320px) 
{
	#popup_container{min-width: 240px !important;}
}
