#popup_container
{
	font-size: 14px;
	min-width: 300px;
	max-width: 600px;
	background: #FFFFFF;/*background: #f3f1eb;*/
	border: solid 3px #005AAB; /*border: solid 3px #666666;*/
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	line-height: 20px;
	z-index: 134094941645 !important;
}
#popup_title
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #005AAB; /*background: #666666;*/
	border: solid 0px #f5fafd;
	border-bottom: solid 0px #eae5dd;
	cursor: default;
	padding: 0em;
	margin: 0em;
	text-transform: capitalize;
}
#popup_message
{
	margin: 1em 0 0 1em;
}
/*#popup_message{padding-left:48px}*/
#popup_panel
{
	text-align: center;
	margin: 1em 0em 10px 0em;
}
#popup_panel input[type="button"]
{
	background:#005AAB; border: medium none;color: #FFFFFF; display: inline-block; font-size: 16px; height: 25px;padding: 0 10px
}
#popup_prompt
{
	margin: .5em 0em;
}

#popup_message a
{
	font-weight: bold;
	color: #000000;
}
#popup_message a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}