#popup_container {
	font-family:Verdana,Tahoma,Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	/*min-width: 300px;*/ /* Dialog will be no smaller than this */
	/*max-width: 600px;*/ /* Dialog will wrap after this width */
	width: 600px;
	background: #FFF;
	border: solid 5px #0e72b5;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px 0px 20px 0px;
}

#popup_title {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #0e72b5;
	/*background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;*/
	border-bottom: solid 0px #999;
	cursor: default;
	padding: 0em;
	margin: 0em 0em 0em 48px;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	text-align: center;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	border:0px solid #ff9900;
	height:24px;
	/*width:410px;*/
	width:600px;
}

#popup_prompt {
	margin: .5em 0em;
}





#popup_panel #popup_ok {
	color: #0e72b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	line-height:normal;
	padding:0px 15px 0px 15px; /* per Firefox */
	*padding:0px 10px 0px 10px; /* per IE 7 */
	_padding:0px 10px 0px 10px; /* per IE 6 */
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	width: auto;
	border: 0px;
	float: center;
	background:url("../../images/bgBott.gif") repeat-x 0px 0px #cbe2ee !important
}
#popup_panel #popup_ok:hover {
	background:url("../../images/bgBott_over.gif") repeat-x 0px 0px #489ac8 !important;
	color: #fff;
}