#formDiv {
	/*	margin:auto;
	margin-top:40px;*/	
	top:100px;
	background-color:#EFF0F2;
	height:220px;
	width:560px;
	border:1px solid blue;
	position:absolute;
	z-index:1;
	/*left: 235px;*/  /*LOCAL THIS IS OK BUT NOT WHEN ON THE SERVER*/
	left: 100px;
	}
#form {
	border:1px solid #9191FF;
	background-color:#EFF0F2;
	padding:1em;
	text-align:left;
	width:560px;
	position:absolute;
	top: -13px;
	left: -4px;
	z-index:10;
	display:block
}
.tdLeft, .left {
	text-align:left; 
}
.tdRight, input {
	text-align:right;
}
fieldset {
	color:#004080;
	font-weight:700;
	border-color:#004080;
	border-width:1px;
	width:400px;
}
legend {
	font-size:10pt;
	font-weight:700;
}
td {
	height:2em;
	padding:.3em .3em .3em 0;
}
textarea {
	font-family:Verdana;
}
.validationMsg {
	font-size: 9pt;
	color: #F00;
	display: inline;
	font-weight: normal;
}
.errorPara { color:red; display:inline; font-size:8pt}

#jsEnabled { text-align:center; font-size:11pt; color:red}

#name { background-color:#FAF8CC}
