/* Form Layout */

#mainForm 
{
	text-align: left;
	float: left;
	width: 636px;
}

ul.mainForm
{
	list-style-type: none;	
}

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


#mainFormError
{
	position: relative;
	border: 1px;
	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;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-weight:normal;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	position:relative;
	left:20px;
	top:0px;
}

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

}

label.formFieldQuestion
{
	line-height:125%;
	border:none;
	display:block;
	float: left;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 0;
	width: 150px;
}

label.formFieldOption
{
	font-size:90%;
	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;
}
#wrapper #innerwrapper #content #mainForm .mainForm #captchaForm {
	margin-top: 15px;
}
#saveForm {
	margin-top: 15px;
}



/* tooltip */
a.info {
	text-decoration:none;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display:block;
	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:0.7em;
	padding-left:10px;
	padding-top:10px;
	position: absolute;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(../form/imgs/calendar.png);
	cursor: hand;
	cursor: hand;
}

