/* CSS Document */

/* Form Error Style - Format Field Title Text  */
.fieldtexterror {
	color: red;	
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
}

/* Form Normal Style - Format Field Title Text  */
.fieldtextnorm {	
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* Form Error Style - Format Field Input Text  */
.inputfielderror {	
	background-color: #c6e9fb;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;	
	border-color: #003366;
	font-size: 12px;		
}

/* Form Normal Style - Format Field Input Text  */
.inputfieldnorm {	
	backgournd-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #003366;
	font-size: 12px;
}

/* Table columns for the 50/50 form. 50% form and 50% message. */
td.pad10w50 {
	padding: 10px;
	width: 50%;
	vertical-align: top;
}