/* CSS Document */
body {
 background: #231f20; 
 font-family: Tahoma, Arial; 
 font-size: 11px }

.content {
 background: #fbe200; 
 width: 992px; 
 padding: 0px 20px;
 height:585px; }

.copyright {
 color: #ffffff; 
 font-size: 8px }

.button {
 border-top: #fdf4a0 solid 2px; 
 padding: 0px 0px }

.button a {
 border: 0px; 
 background: #fffdf0; 
 height: 15px; 
 width: 140px; 
 text-align: center; 
 margin: 5px 2px 5px 0px; 
 padding: 5px 10px; 
 font-size: 9px; 
 display: block; 
 text-decoration: none; 
 color: #000000; 
 float: left; 
 cursor: pointer }

.button a:hover {
 background: #ffff00; 
 color: #58585a }

h2 {
 font-size: 14px; 
 margin: 0px }

p {
 margin: 0px; 
 padding: 7px 0px }

.div_form {
 position: absolute; 
 width: 960px; 
 margin: 0px auto }

.request, .contact {
	border: 1px #ffffff solid;
	width: 450px;
	height: 300px;
	text-align: left;
	background: #fbe200;
	position: absolute;
}

.table_form td {
 text-align: left; 
 vertical-align: bottom }

.req_button a {
 border: none; 
 background: #58585a; 
 color: #fff800; 
 text-transform: uppercase; 
 font-weight: bold; 
 font-size: 11px; 
 height: 15px; 
 width: 80px; 
 padding: 5px 0px; 
 display: block; 
 float: left; 
 text-align: center; 
 cursor: pointer; 
 text-decoration: none; 
 margin: 0px 2px 0px 2px }

.req_button a:hover {
 background: #ffff00; 
 color: #58585a }

.input1{
	width:350px;
	border:0px;
}
.text-area1{
	width:400px;
	border:0px;
	height:80px;
}

.input2{
	width:140px;
	border:0px;
}

.input3{
	width:415px;
	border:0px;
}

.required{
	color:#FF0000;
}
