html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
body, select, input {
/*font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	position: relative;
	min-height: 100%;
	min-width: 600px;
}
#topimg {
	position: absolute; 
	left: 0px; 
	top: 0px;
	right: 0px;
	height: 63px;
	background-image: url(images/Picture1.png)
}

#leftimg {
	position: absolute; 
	left: 0px; 
	top: 90px;
}

.nolinebreak {
	white-space: nowrap;
}

#footertext
{
	position: absolute;
	white-space: nowrap;
	color: #888;
	font-size: 10pt;
	left: 40px;
	bottom: 12px;
}

#hline
{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 36px;
	color: #FFF;
	height: 1px;
	background-color: #D0005F;
}

#question
{
}



.error, .errormessage, .errorform
{
	color: Red;
}

.title {
	font-size: 18pt;
	padding-bottom: 20px;
	white-space: nowrap;
}

#contentholder
{
	padding-top: 200px;
	padding-bottom: 100px;
	padding-left: 250px;
	margin: 0 auto;
}
#content {
	width: 450px;
}

