@charset "UTF-8";
body {
	background-image: url(images/bgr.png);
	background-repeat: repeat-x;
	height: 100%;
	width:100%;
	background-color: 918d86;
	background-attachment: fixed;
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0 auto;
	text-align:center;

}
#container {
	height: 481px;
	width: 877px;
	background-image: url(images/bodybgr.png);
	margin:0 auto;
	position: relative;
	text-align:left;
}
.white {
	background-color: #FFF;
	background-image: url(images/headerbgr.png);
	background-repeat: repeat-x;
	width: 857px;
	float: left;
	position: absolute;
	left: 8px;
	top: 10px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	float: left;
	padding-top:0px;
}
#banner {
	float: right;
	padding-top:0px;
	padding-left:59px;
}
.clear {
	clear: both;
}
.bottom {
	background-image: url(images/bodybgrstrech.png);
	background-repeat: repeat-y;
	margin:0 auto;
	width: 877px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}
.bottomlinks {
	font-family: Verdana;
	font-size: 10px;
}
.bottomlinks a{
	font-size:10px;
}
.footh {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	background-image: url(images/bodybgrbot.png);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 877px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}
a {
	font-size: 16px;
}
.formmain {
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	width:350px;
	margin:0px 0px 10px 0px; }

.formfield {
	background-color:#DDDDDD;
	color:#444444;
	padding:1px 2px 1px 3px;
	border-left:#FFFFFF 1px dashed;
	border-right:#FFFFFF 1px dashed;
	border-top:#FFFFFF 1px dashed;
	border-bottom:#FFFFFF 1px dashed;
	width:150px; }
.formfield:focus {
	border-left:#C4C4C4 1px solid;
	border-right:#C4C4C4 1px solid;
	border-top:#C4C4C4 1px solid;
	border-bottom:#C4C4C4 1px solid; }
.formfield-required {
	font:11px Verdana,Tahoma,Arial;
	height:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; }
.formfield-normal {
	font:10px Verdana,Tahoma,Arial;
	height:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; }
.formfield-message {
	font:11px Verdana,Tahoma,Arial;
	width:220px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px; }
.formfield-error {
	font:10px Arial,Helvetica,Tahoma;
	line-height:12px;
	background-color:#D70000;
	color:#FFFFFF;
	margin-top:1px;
	padding:3px 3px 4px 5px;
	width:150px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; }

.formbutton {
	font:11px Verdana,Tahoma,Arial;
	background-color:#A0A0A0;
	color:#FFFFFF;
	border-left:#CFCFCF 2px solid;
	border-right:#CFCFCF 2px solid;
	border-top:#CFCFCF 2px solid;
	border-bottom:#CFCFCF 2px solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	width:115px;
	height:24px; }
.formbutton:hover {
	background-color:#8F7D7B;
	border-left:#8F7D7B 2px solid;
	border-right:#8F7D7B 2px solid;
	border-top:#8F7D7B 2px solid;
	border-bottom:#8F7D7B 2px solid; }