#formbox{
	width: 505px;
	margin: auto;
}

#formtable{
	width: 100%;
}

#formtable #formheader, #formtable #formfooter, #formtable #formbody{
	margin: 0px !important;
	clear: inherit !important;

}

#formtable #formheader{ 
	background-image: url("/images/formheader.png");
		height: 15px;
}

#formtable #formfooter{ 
	background-image: url("/images/formfooter.png");
	height: 15px;
}

#formtable #formbody{
	background:#232323; 
	padding: 5px 25px; 
}

.formtextbox{
	border:1px solid #c4c4c4;
	background-color: #f7f7f7;
	padding:2px;
	width: 310px;
}

.formlabel{
	width: 130px;
	display: inline-block;
	color: #fff;
}

.formbutton{
	background-image: url("/images/formbutton.png");
	background-color:transparent;
	color:#000;
	font-weight:bold;
	width: 94px;
	height: 20px;
	border: none;
	clear: both;
	float: right;
	font-size: 11px;
}

.hint{
	color:#00bdec; 
	width:100%;
	text-align: right;
	font-size:10px;
}
