/* Forms 
form { 
 border: 1px solid #cccccc; 
 padding: 5px; 
}
*/

textarea {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #234b8d;
	font-weight: normal;
	/*width:300px;*/
}

select {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #234b8d;
	font-weight: normal;
}

input {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #234b8d;
	font-weight: bold;
}

.fieldcell { 
 width: 300px; 
 } 