body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
}


h2 {
	color: #990000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;	
	font-size: 20px;
}

p {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px; 
}

.inputs 
{
	padding: 5px;
	border: 1px solid #FF9900;
	margin: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.submit 
{
	padding: 5px;
	border: 3px solid #e66700;
	background-color: #FFCC66;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc3300;
}

#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 14px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

input.mainForm {
	padding: 5px;
	border: 1px solid #FF9900;
	margin: 5px;
}


input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	margin: 0px;
}

p.formHeader
{
	font-size: 12px;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#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-weight:bold;
}

label.formFieldOption
{
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

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:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size: 10px; 
	padding-left:10px; 
	padding-top:10px;
	text-transform: none;
}

