#mainenqform {
	margin: 25px 0 45px 0;
	padding: 0;
}

#mainenqform table.srchtable1 {
	width: 530px; 
	margin: 20px 0 0 0;
	border: none;
}

#mainenqform table.srchtable2 {
	width: 530px; 
	margin: 0;
	border: none;
}

#mainenqform table.srchtable3 {
	width: 530px; 
	margin: 0 0 20px 0;
	border: none;
}


#frmtbhld {
	margin: 0;
	background: #fff;
	background-image:  url(../images/enqfrm_bgtop.jpg);
	background-repeat: no-repeat;
	background-position:  top left;
	width: 530px;
	padding: 20px 0 0 0;
}

#frmtbhldbt {
	background-image:  url(../images/enqfrm_bgbot.jpg);
	background-repeat: no-repeat;
	background-position:  bottom left;	margin: 0 0 20px 0;
	padding: 0;
	width: 530px;
	height:20px;
}


.submititem, .submititembck { 
	border: 2px solid #000033; 
	background: #010099;
	font-family: "Lucidia Grande", Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold; 
	font-size:13px; 
	color:#fff; 
	text-align:center; 
	cursor:pointer; 
	padding:0;
	margin:0;
	height: 32px;	
}

.submititem:hover, .submititembck:hover {
	background: #5C5BD4;
	color:#ff0;
}

.submititem {
	width: 80px;
}


.textitem { 
	width: 250px;  
	border: 2px solid #000033; 
	background: #BFBEF4;
	font-family:verdana,helvetica,arial,sans-serif; 
	font-weight:normal; 
	padding-left:1px; 
	font-size:12px; 
	color:#222; 
	text-align:left; 
	margin:0 0 18px 0;
}



.textareaitem {
width: 300px; 
height:110px; 
border: 2px solid #000033; 
background: #BFBEF4;
font-family:verdana,helvetica,arial,sans-serif; font-weight:normal; padding-left:1px; font-size:12px; color:#222; text-align:left; 
margin:0 0 18px 0; 
}

.textitemsmall { 
	width: 40px;  
	border: 2px solid #000033; 
	background: #BFBEF4;
	font-family:verdana,helvetica,arial,sans-serif; 
	font-weight:bold; 
	padding-left:1px; 
	font-size:11px; 
	color:#222; 
	text-align:left; 
	margin:0;
}


td.lbl {
	width: 150px; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-weight:normal; 
	padding:1px 4px 0 0; 
	font-size:11px; 
	color:#fff; 
	background: inherit; 
	text-align:right;
	vertical-align:top;
}


td.elmt {
	font-family:verdana,helvetica,arial,sans-serif; 
	font-weight:normal; 
	padding:0; 
	font-size:10px; 
	color:#fff;  
	background: inherit; 
	text-align:left;
	vertical-align:middle;
}


td.elmtsb {
	font-family:verdana,helvetica,arial,sans-serif; 
	font-weight:normal; 
	padding:20px 0 5px 0; 
	font-size:10px; 
	color:#0A0B9A;  
	background: inherit; 
	text-align:left;
	vertical-align:middle;
}

.required {
	font-family:verdana,helvetica,arial,sans-serif;  
	font-size:14px; 
	font-weight:bold; 
	padding:0 5px 0 0; 
	color:#ff0;  
	background: inherit; 
	text-align:left;
	vertical-align:top;
}

.msgrply {
	margin: 20px 0 10px 0;
	padding: 15px;
	border: 1px solid #000033; 
	color:#03029A;  
	background: #BFBEF4;
	font-style: italic;
}

.bluetxtbld {
	color:#03029A;  
	background: #fff;
	font-weight: bold;
}