table.form {
	width:900px;
	margin:0 auto;
	color:#000;
	background-color:#efebe3;	
	
}

table.form  a {
	color:#0000FF;
}

table.form td.form-header-left {
	background:url(../images/form/form_header_left.gif) no-repeat;
	width:5px;
	height:30px;
}

table.form td.form-header-center {
	background:url(../images/form/form_header_center.gif) repeat-x;
	font-weight:bold;
	text-indent:5px;
}

table.form td.form-header-right {
	background:url(../images/form/form_header_right.gif) no-repeat;
	width:5px;
}

table.form td.form-body-left {
	background:url(../images/form/form_body_left.gif) repeat-y;
	width:2px;
}

table.form td.form-body-center {
	vertical-align:top;
	padding:15px;
}

table.form td.form-body-right {
	background:url(../images/form/form_body_right.gif) repeat-y right;
	width:2px;
}

table.form td.form-footer-left {
	background:url(../images/form/form_footer_left.gif) no-repeat;
	width:5px;
	height:45px;
}

table.form td.form-footer-center {
	background:url(../images/form/form_footer_center.gif) repeat-x;
	padding-right:10px;	
	text-align:right;
}

table.form td.form-footer-center input {
	margin:7px 0 0 0;
	padding:2px;
}

table.form td.form-footer-right {
	background:url(../images/form/form_footer_right.gif) no-repeat;
	width:5px;
}

.req {
	color:#009900;
	font-weight:bold;
}

/* Validators */
.errorSummary {
	color:red;
	overflow:auto;
}

