#form-module-thanks {
	position:relative;
	top:4px;
	width:577px;
	padding:30px;
	min-height: 436px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#fff;
	color:#32BCE0;
	font-family: Lucida Sans Unicode, Lucida Grande;
	}

.forminfo {
	position:relative;
	padding:30px;
	width:577px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#f00;
	background:#fff;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

.formgen {
position:relative;
top:4px;
text-align:left;
color:#8E7873;
width:577px;
min-height: 436px;
font-size: 14px;
padding: 30px;
line-height:150%;
font-family: Lucida Sans Unicode, Lucida Grande;
background:#fff;
}

.formblock {
padding-bottom:10px;
}

.formblock label {
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
height:20px;
margin-left:40px;
float:left;
color: #8E7873;

}
.formblock input,
.formblock textarea{
height:20px;
width:246px;
float:right;
font-size: 13px;
position: relative;
background: #CAF0FD;
font-family:Verdana;
margin-right:40px;
border:0;
}
.formblock textarea {
height: 150px;
}
.formblock  .formsubmit {
width:246px;
float:right;
height:20px;
font-size: 12px;
font-weight:bold;
color:#fff;
padding:0px;
margin-left:206px;
margin-right:40px;
margin-top:12px;
font-family: Verdana;
background: #32BCE0;
text-transform:uppercase;
letter-spacing:1px;
cursor: pointer;

}
