
/* Overrides */

#maincopy div.col-f {
	padding-left:0px;
}

#maincopy ul {
	margin-left:0px;
}

/* Form */

#mainForm 
{
	border:0;
	text-align: left;
	width: 80%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	/* font-family: Tahoma, Arial, Verdana, sans-serif; */
	font-size:15px;
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

div.embed {
	margin-left:80px;
}
input.embed {
	width:2em;
}

input.mainFormError
{
	background-color: #FFFF99;
}


textarea.mainFormError
{
	background-color: #FFFF99;
}


select.mainFormError
{
	background-color: #FFFF99;
}



#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

#field_1 {
	width:92%;
}

#field_2, #field_3, #field_4, #field_5, #field_6 {
	width:50%;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

.smaller { font-size:smaller; }

