#popup_overlay{
	background:url('/images/1.png') repeat;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	/*color: #666;*/
    color: #fff;
	/*background: #CCC url(images/title.gif) top repeat-x;*/
    background: #2479c9;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 5px;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}


#popup_message {
	*padding-left: 48px;
	text-align:center;
}

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

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

#popup_content.window {
   padding: 0px;
   margin: 0px;
   display: block;
}
#popup_ok, #popup_cancel {
    min-width: 60px;
}