.divFormLeft
{
	display:block;
	float:left;
	width:110px;
	height:40px;
	background-color:#ffffff;
	color:#000000;
	margin:2px 10px 0px 15px;
	font-family:Arial,helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}
.divFormRight
{
	display:block;
	float:left;
	width:350px;
	height:40px;
	background-color:#ffffff;
	color:#000000;
	margin:2px 0px 0px 0px;
}
.divDisclaimer
{
	display:block;
	float:left;
	width:520px;
	margin:10px 0px 0px 0px;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	font-style:italic;
}

.inputArea
{
	width:300px;
	border:1px solid #003399;
	background-color:#ffffff;
	color:#000000;
}
.inputAreaR
{
	width:300px;
	background-color:#ffffa0;
	color:#000000;
	border:1px solid #003399;
}
textarea
{
	width:300px;
	border:1px solid #003399;
	background-color:#ffffff;
	color:#000000;
}
.button
{
	width:75px;
}