#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 600px;
	color: #888888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3dc2eb;
	border-bottom-color: #3dc2eb;
	border-left-color: #3dc2eb;
	line-height: 50px;
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #FFF url(../images/skin1/title.gif) top repeat-x;
	cursor: default;
	margin: 0em;
	text-indent: 5px;
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3dc2eb;
	line-height: 25px;
}
#popup_ok,#popup_cancel{
	background:url(../images/skin1/btn_bg.gif) no-repeat;
	width:60px;height:23px;line-height:23px;
	font-size:12px;color:#FFFFFF;font-weight:bold;border:0;margin:0px 0px 2px 0px; 
}


#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
	background-image: url(../images/skin1/info.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#popup_content.alert {
	background-image: url(../images/skin1/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/skin1/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/skin1/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}