div.formblock {
	text-align: center;
	background: #FCFFFc;
	padding: 10px;
	width: 70% auto;
}

.formsection {
	margin-top: 1px;
	margin-bottom: 15px;
}

.formlabel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.formfield {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background: white;
	color: black;
	padding: 7px;
	border: 1px solid #808080;
}

.formbutton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	background: #0166FF;
	color: white;
	border: 1px solid black;
}

.scrollbar {
        scrollbar-3dlight-color:#DCDCDC;
        scrollbar-arrow-color:#0166FF;
        scrollbar-base-color:#DCDCDC;
        scrollbar-darkshadow-color:#000000;
        scrollbar-face-color:#999999;
        scrollbar-highlight-color:#DCDCDC;
        scrollbar-track-color:#999999;
        scrollbar-shadow-color:#000000;
} 
