﻿#MessageBox {
	position:fixed;
	background-color:#DEE5A4;
	top:50%;
	left:50%;
	margin-left:-163px;
	margin-top:0px;
	width:350px;
	height:0px;
	border:1px solid #F00;
	cursor:pointer;
	z-index:1001;
	display:none;
}
#MessageBox span {
	margin: 10px;
	position: absolute;
	color: #800000;
	text-align: left;
	white-space: normal !important;
	display:none;
}
#Loader {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-110px;
	margin-top:-9px;
	width:220px;
	height:19px;
	z-index:1001;
	display:none;
}
.userMessage {
	margin:40px auto;
	width:620px;
}
.userMessage td {
	padding:4px;
}
.userMessage .button {
	font:normal 14px Verdana;
	line-height:17px;
	color: #514F00;
	background-color:#E8ECBD;
	border:solid 1px #8A9229;
	padding:4px;
	cursor:pointer;
}
.userMessage td span {
	white-space:nowrap;
}
