﻿
#msgback {
	padding: 30px;
	margin-bottom: 30px;
}
#mainForm 
{
	border-style: none;
	margin: 15 0 0 35;
	text-align: left;
	width: 925;
	background-color: #FFFFFF;
	padding-left: 0;
	list-style-type: none;
}

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

label.formFieldQuestion
{
	line-height: 125%;
	padding: 0 4px 1px 0;
	border: none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

/* 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("../forms2/question.gif") no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}


