UL.mainForm
{
	list-style-type: none;
	margin-left: 10px;
}
LI.mainForm
{
	padding-bottom: 10px;
}
LI#fieldBox_25
{
	height: 30px;
}
INPUT#field_26_option_1
{
	margin-right: 10px;
}
INPUT#field_23_option_1
{
	margin-right: 10px;
}
#mainFormError
{
	position: relative;
	border: 1px solid #000000;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
INPUT.mainFormError
{
	background-color: #FADADD;
}
TEXTAREA.mainFormError
{
	background-color: #FADADD;
}
SELECT.mainFormError
{
	background-color: #FADADD;
}
LABEL.formFieldQuestion
{
	line-height: 125%;
	padding: 0 4px 1px 0;
	border: none;
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
}
LI#fieldBox_17
{
	margin-bottom: 10px;
}
#fieldBox_18 LABEL.formFieldQuestion
{
	width: 150px;
}
#fieldBox_21 .formFieldQuestion
{
	width: 450px;
	margin: 10px 0;
}
#fieldBox_23 LABEL.formFieldQuestion
{
	width: 450px;
	margin: 10px 0 0;
	display: block;
}
LABEL.formFieldOption
{
	font-size: 90%;
	line-height: 1em;
	margin: 0;
	padding: 4px 0 5px;
}
INPUT.formFieldStyle
{
	display: block;
	line-height: 12px;
	margin: 8px 0 0 3px;
	width: 13px;
	height: 13px;
}
/*tooltip*/
A.info
{
	text-decoration: none;
	position: relative;
	font-size: 12pt;
}
A.info SPAN
{
	position: relative;
	display: none;
}
A.info:hover
{
	position: relative;
	cursor: default;
}
A.info:hover .infobox
{
	font-weight: normal;
	display: block;
	position: absolute;
	top: 0;
	left: 25px;
	width: 205px;
	height: 30px;
	border: 1px solid #CCC;
	background: #F4F4F4 url(question.gif) no-repeat bottom right;
	color: #000;
	text-align: left;
	font-size: 0.7em;
	padding-left: 10px;
	padding-top: 10px;
}
