*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

html
{
	background-color: #a6c5de;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
body
{
	background: #a6c5de url(Images/BG.gif) repeat-x scroll center center;
}
form
{
	background-color: white;
	width: 700px;
	margin: 100px auto;
	padding: 50px;
	border: 1px solid #84a3bc;
}

label
{
	display: block;
	text-align: right;
	float: left;
	margin: 1px;
	line-height: 18px;
}

label.Answer
{
	text-align: left;
	margin-left: 10px;
	width: 640px;
	overflow: auto;
}

input
{
	display: block;
	width: 200px;
	margin-left: 165px;
	height: 18px;
}
input.Answer
{
	float: left;
	width: 18px;
	clear: left;
	margin-left: 10px;
}

h2
{
	font-size: 100%;
	clear: both;
	padding: 20px 0;
}
#QF
{
	margin-top: 0;
}

button
{
	clear: both;
	display: block;
	width: 200px;
	height: 46px;
	margin-top: 20px;
	margin-left: 250px;
	background: transparent url(Images/Button.gif) no-repeat scroll top left;
	border: none;
	color: black;
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	white-space: normal;
}
button:hover
{
	color: #1c4666;
}

table
{
	margin-top: 10%;
	margin-bottom: 5%;
	width: 50%;
	position: absolute;
	left: 25%;
	border-collapse: collapse;
}
table td, table th
{
	padding: 5px;
	border: 1px solid #74a1c4;
}

#OK
{
	text-align: center;
	margin-top: 50px;
}

h1
{
	font-size: 14px;
	text-align: center;
	margin: 20px 30px 30px 30px;
}
#mailer_data
{
	display: none;
}

fieldset
{
	margin-top: 50px;
	border: none;
}