/* ## Message box */
div#MessageBox {

	position: absolute;
		left: 250px;
		_left: -75px;
		top: 340px; 

	width: 250px;
	height: 90px;

	z-index: 1000;

	background-color: #fff;
	border: 3px solid #CDCDCD;

	text-align: center;

	cursor: wait;

	padding-top: 40px;
}

