﻿.FormLabel 
{
	height: 1.5em;
	color: #666666;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right:10px;
}

.FormInputArea 
{
	float: left;
	text-align: left;
}

.FormInputField {
	width: 150px;
	height: 1.5em;
	font-size: .75em;
	font-family: Verdana;
	border: 1px solid #8888bb;
}
.FormInputLong {
	width: 250px;
	height: 1.5em;
	font-size: .75em;
	font-family: Verdana;
	border: 1px solid #8888bb;
}
.FormInputVeryLong {
	width: 325px;
	height: 1.5em;
	font-size: .75em;
	font-family: Verdana;
	border: 1px solid #8888bb;
}
.FormInputShort {
	width: 100px;
	height: 1.5em;
	font-size: .75em;
	font-family: Verdana;
	border: 1px solid #8888bb;
}
.FormInputVeryShort {
	width: 40px;
	height: 1.5em;
	font-size: .75em;
	font-family: Verdana;
	border: 1px solid #8888bb;
}

.FormButton {
	font-size:9pt;
	font-family:Verdana;
}

.RequiredFieldImg 
{	
	width:20px;
	height: 20px;
	background-image: url(../images/req.gif);
	background-repeat: no-repeat;
}

.FormHeading {
	color: #0000AA;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}
.FormFieldText {
	font-size:8pt;
	font-family: Verdana;
	font-weight: bold;
}