﻿html, body, form {
	margin:0px;
	padding:0px;
	height:100%;
}
body
{
	background:#fff url(Images/bg.png);
}
form {
	text-align:center;
	background:transparent url(Images/logo.png) no-repeat 10px 10px;
}
a {
	color:#d0282e;
}
div#MainWrapper {
	min-height:100%;
	background:transparent url(Images/durobottom.gif) no-repeat left bottom;
}
* html div#MainWrapper {
	height:100%;
}
div#SurveyContainer {
	width:565px;
	margin:50px auto 40px;
	padding:20px;
	border:solid 1px #a0a0a0;
	background:#fff;
	text-align:left;
}
h1 {
	font-size:150%;
	margin:0px 0px 15px;
}
p {
	margin:0px 0px 15px;
	line-height:1.36em;
}
div.Separator {
	border-bottom:dotted 1px #000;
}
textarea.CommentText {
	width:500px;
	height:50px;
}
input.TextboxString, input.TextboxLongString {
	border:solid 1px #a0a0a0;
}