@CHARSET "UTF-8";

/*Z-index of #mask must lower than #boxes .window*/
#boxes #mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	display: none;
}

#boxes .window {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}

body {
	margin: 0px;
	background-color: #EEF3FA;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	border: 0px solid black;
	overflow: hidden;
}

#contentSection {
	width: 1000px;
	margin: 0px auto;
	border: 0px solid black;
}

.errorMessage {
	color: red;
}

.infoMessage {
	color: green;
}

.footerLink {
	color: black;
	text-decoration: none;
}

.footerLink:HOVER {
	color: #D14836;
}