html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent {
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#sitebackground {
	background:url(images/mainbg.gif) repeat-x top;
}

.formlabels {
	font-size: 11px;
	color: #232f81;
}
.formfields {
	font-size: 11px;
	color: #232f81;
	border: 1px solid #666666;
}
.formlabelse {
	font-size: 11px;
	color: #FF0000;
}
.formfieldse {
	font-size: 11px;
	color: #232f81;
	border: 1px solid #FF0000;
}
.maintext {
	font-size: 11px;
	color: #8c8e90;
}
.maintext a {
	font-size: 11px;
	color: #8c8e90;
}
.maintext a:hover {
	font-size: 11px;
	color: #b41e80;
}
.maintextp {
	font-size: 11px;
	color: #b41e80;
}
.prodtext {
	font-size: 11px;
	color: #222680;
}
.prodtext2 {
	font-size: 11px;
	color: #FFFFFF;
}
fieldset {
	border: 1px solid #b8d4ef;
}
legend {
	border: 1px solid #b8d4ef;
	font-size: 11px;
	color: #b41e80;
	font-weight: bold;
	padding:5px;
}
.adminlayers {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image:url(images/popbg.png);
}
