form {
	padding: 4px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#cacaca;
	background-image: url("../images/formBg.png");
	border: 1px dotted #878177;	
	width: 690px;
	margin: 8px auto 2px 27px;
	height: auto;
}
fieldset {
	margin: 5px 0;
	padding: 0px 10px 0px 10px;
	background-color:#19C62D;
	border: 3px double #878177;	
}
legend {
	padding: 2px 5px;
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}
label.preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
form .oneField {
	
}
div#usernotes {
	background-color: transparent;}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;}
div#usernotes div.foot {
	text-align: right;}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;}
div#usernotes span.action {
	float: right;}
div#usernotes div.note {
	margin-left: 2em; 
	margin-right: 2em; 
	border-bottom:1px dashed;
	padding: 4px;}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;}
.red {color: #fd2b0f; }
.reduce { font-size: 11px; }
.tablewidth { width: 95%;
	text-align: center; }
.center { text-align: center; }
