#mainForm 
{
	text-align: left;
	width: 480px;
	margin: 10px 10px 10px 45px;
	clear: both;
	padding: 10px 10px 10px 10px;
	position: relative;
	border: 2px dotted #fde3e4;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

.inputDescription, input
{
	background-color: #f1fafe;
	border-top-color: #3C86C7;
	border-top-width: thin;
	border-right-color: #3C86C7;
	border-bottom-color: #3C86C7;
	border-left-color: #3C86C7;
	border-color: #3C86C7;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-style: solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

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


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


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


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #010000;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:2.273em;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



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

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:1.818em;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:1.091em;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	margin:0 0 0 0;
}

.inputDescription#business
{
	position: relative;
	width: 24px;
	background-color: #FFFFFF;
	margin:0 0 0 0;
}

label.formFieldQuestion
{
	padding:5px 4px 5px 0px;
	border:none;
	display:block;
	font-weight:bold;
	width: 200px;
}

label.formFieldQuestion2
{
	border:none;
	display:block;
	font-weight:bold;
	width: 420px;
	position: fixed;
	padding: 5px 5px 5px 5px;
}

label.formFieldQuestionDescription
{
	padding:5px 4px 5px 0px;
	border:none;
	display:block;
	font-weight:bold;
	width: 400px;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1em;
	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:10px;
	;
	left:20px;
	width:320px;
	height:20px;
	border: 1px solid #ccc;
	color:#000;
	text-align:left;
	font-size:0.7em;
	padding-left:10px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

