#popup_container {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	min-width: 350px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #CE0000;
	border-right: solid 1px #FD3140;
	border-bottom: solid 1px #FD3140;
	color: #FFFFFF;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=90);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.9;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.9;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.9;

}

#popup_title {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1.75em;
	color: #F9841D;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 3px 3px;
	margin: 0;
}

#popup_content.alert {

}

#popup_content.confirm {

}

#popup_content.prompt {
	
}

#popup_message {
	padding: 10px;
}

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

#popup_prompt {
	margin: .5em 0em;
}
#popup_panel input[type=button]{
background-image:url(../images/next.jpg);
width:85px;
height:22px;
background-repeat:no-repeat;
background-position:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
text-decoration:none;
padding-bottom:2px;
border:none;
border-bottom:0px;
cursor:pointer;
-moz-outline:none;
outline:none;
}