/* CSS Document */
html input:focus{outline: none;}
* html .MessageBox{width:40%;}
.MessageBox{
	position:relative;
	font-family:Tahoma;
	font-size:11px;
	background-color:#fff;
	padding:0;
	max-width:40%;
	min-width:30%;
	border:3px solid #FFF;
	vertical-align:middle;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 3px 3px 3px #999; 
	-webkit-box-shadow: 3px 3px 3px #999;
	display: inline-table
}

.MessageBox_Borderless{font-family:Tahoma;font-size:11px;width:370;}
#MsgBoxButtonContainer{padding:5px 0 5px 5px;text-align:center;}

INPUT.MsgBoxButton{
	width:69px;height:25px;
	background:url(../__Imgx/__png/system-button.png);
	margin-top:10px;
	font-size:11px;
	margin-right:5px;
	cursor:pointer;
	color:#216295;
	font-weight:bold;
	border:none;	
}

.MessageBoxHeader{
	position:relative;
	padding:3px;
	padding-top:4px;
	margin-bottom:0px;
	color:#d81921;
	font-size:11px;
	right:0;
	font-weight:bold;
	height:22px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}

#MsgBoxLogo{}
#CloseImg{margin-top:-20px;cursor:pointer;}

.MessageBoxBody{
	background-color:#FFFFFF;
	padding-top:4px;
	padding-left:30px;
	font-family:Arial;
	font-stretch:expanded;
	font-weight:bold;
	font-size:11px;
	color: #666666;
	clear:both;
	padding-bottom:4px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;

}
