.maintable {
	/*background-color: #FFFFFF;*/
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
}
.page {
	border: 0px none;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	text-decoration: none;
}
.header {
	border-bottom: 1px solid #2F4F4F;
	border-top: none;
	border-left: none;
	border-right: none;
}
.navleft {
	border-right: 1px solid #2F4F4F;
	border-left: none;
	border-top: 1px solid #2F4F4F;
	border-bottom: 1px solid #2F4F4F;
	/*background-color: transparent;*/
	background-color: #D2D2F8;
}
.content {
	border-top: 1px solid #2F4F4F;
	border-bottom: 1px solid #2F4F4F;
	border-left: 1px solid #2F4F4F;
	border-right: none;
	background-color: #FFFFFF;
}
.footer {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px; 
	font-style: normal; 
	text-decoration: none;
	color: #FFFFFF;
	border-top: 1px solid #2F4F4F;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.footer.a {
	color: #FFFFFF;
}
.heading {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}
.validators {
	border: none;
	/*float: bottom;*/
	/*position: relative;*/
	/*top: 0ex;*/
	/*left: 0ex;*/
	vertical-align: bottom;
}
span.form-required {
	/*color: red;*/
	color: #08ffc5;
	/*color: #3a3;*/
}
div.status {
	color: #3a3;
	border-color: #c7f2c8;
}
div.error {
	/*color: red;*/
	/*color: #c52020;*/
	color: #2f4f4f;
	/*border-color: red;*/
	/*border-color: #c52020;*/
	border-color: #2f4f4f;
	background-color: #fffccf;
}
.messages {
	background-color: #fff;
	/*border: 1px solid #b8d3e5;*/
	border: 1px solid #2f4f4f;
	margin: .75em 0 .75em;
	padding: 1em 1em;
	width: auto;
	max-width: 300px
	/*max-width: 75%;
	min-width: 20%;*/
}
/*input.error {
	border: 1px solid #c52020;
	color: #494949;
}*/
