html, body{
	margin: 0;
	padding: 0;
	min-height:100%;
}

body{
	background: url('../img/bg.gif.png') top repeat-x #00172d;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#header{
	background: url('../img/newer-header.gif.png') no-repeat;
	margin: 0 auto;
	margin-top: 28px;
	width:787px;
	height: 0;
	padding-top:144px;
	overflow:hidden;
	display:block;
}

#wrapper{
	margin:0 auto;
	width:828px;
	min-height:150px;
	background-color: white;
	padding:20px;
	text-align: left;
}

.ribbon{
	background: url('../img/ribbon.gif.png') no-repeat;
	width:514px;
	height:0px;
	padding-top: 91px;
	overflow: hidden;
	display: block;
	margin-left:-37px;
}

.userform{
	background: url('../img/formbg.gif.png') repeat-x top #c0c0c0;
	border:1px #cfcfcf solid;
	padding:8px;
	font-size:10pt;
	width:460px;
}


.thxform{
	background: url('../img/formbg.gif.png') repeat-x top #c0c0c0;
	border:1px #cfcfcf solid;
	padding:8px;
	font-size:13pt;
	width:460px;
}



.required{
	color: red;
}

.userform label{
	display:block;
	width:160px;
	text-align: right;
	margin-right:5px;
	font-size: 12pt;
	float:left;
	padding-top:4px;
}

.userform input{
	display:block;
	width:190px;
	font-size: 11pt;
	float:left;
}

.short{
	width: 55px !important;
	margin-right:5px;
}



.userform .submit:hover{
	cursor: pointer;
	opacity:.8;
}

#footer{
	margin:0 auto;
	padding-bottom:20px;
	width:868px;
	color:white;
	font-size: 10pt;
	padding-top:5pt;
}


.List-Errors {
	MARGIN-TOP: 0px;
	LIST-STYLE-POSITION: inside;
	FONT-SIZE: 10px;
	LIST-STYLE-IMAGE: url(../img/arrow_red_sub.gif);
	MARGIN-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	VERTICAL-ALIGN: top;
	COLOR: #ff0000;
	PADDING-TOP: 0px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
.Txt-Red {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ff0000; 
	font-family: Helvetica, Arial, sans-serif;
}
.ThankYou {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}