#ShadowBackground, .ShadowBackgroundStyle{
		z-index: -1;
	background-color:#000000;
	height:500%;
	left:0pt;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	position:fixed;
	top:0pt;
	width:100%;
}

#MsgBox, .MsgBoxStyle {
	z-index:900;
}

#MsgBoxContainer, .MsgBoxContainerStyle {
	left: 50%;
	top: 30%;
	position:fixed; /*absolute;*/
	z-index:901;
}

#MsgBoxForm, .MsgBoxFormStyle {
	position:relative;
	left: -50%;
	z-index:902;
	width: 430px;
}

#MsgBoxTitle,.MsgBoxTitleStyle {
	padding: 2px 5px 2px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	background-color: #E46709;
	/*background:url(../img/msgbox_bg.gif) repeat-x 0 0;
	height: 23px;*/
	color:#FFF;
}
#MsgBoxBody, .MsgBoxBodyStyle {
	padding: 10px;
	clear: both;
	/*background-color: #f1f3f6;*/
	background-color: #FFF;
	border-top: 3px solid #E46709; 
	border-left: 3px solid #E46709; 
	border-right: 3px solid #E46709; 
	color:#33333F;
}
#MsgBoxButtons, .MsgBoxButtonsStyle {
	padding: 10px;
	clear: both;
	border-bottom: 3px solid #cc0033; 
	border-left: 3px solid #cc0033; 
	border-right: 3px solid #cc0033; 
	/*background-color: #f1f3f6;*/
	background-color: #FFF;
	color:#33333F;
	text-align: right;
	height: 20px;
}
.MsgBoxButton {
	background-color:#DDDDDD;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	float:right;
	height:15px;
	margin-left:5px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	text-align:center;
	width:100px;
}
.MsgBoxButton a{
	color: #000;
}