@charset "utf-8";
/* CSS Document */

#cta{
	width:897px;
	color:#000;
	margin:140px 0 0 171px;
	background-color:#ea5902;
	background:url(form/form-bg.jpg) no-repeat;
	height:181px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#cta_content{
	width:191px;
	margin:0 auto;	
	padding-bottom:20px;
	padding-top:8px;
}
#cta_content p{
	font-size:23px;
	text-align:center;
	font-weight:bold;
}

#cta_text {
	color: #FFF;
	margin-top: 13px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 191px;
}


#cta p a{
	color:#fff;
	font-size:14px;	
}

#form_ul{
	width:220px;
	padding:0;
	margin-top:5px;
	margin-left:0;
}

#form_ul li{
	padding:8px 0 0 0;
	list-style:none outside none;
	width:260px;

}

input, textarea{
	width:180px;
	background-color:#fff;
	border:0;
	border:1px solid #c4c4c4;
	margin-top:2px;
}

label{
	float: left;
    font-size: 13px;
    line-height: 25px;	
	margin-right:5px;
}

input{
	float: right;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 10px;	
}

input:focus, textarea:focus{
	background-color:#eee;
	border:1px solid #ccc;
}

textarea{
	height:75px;	
}

#submit{
	width:527px;
	height:43px;
	background-color:transparent;
	border:0 !important;
	margin-top:-10px;
	float:left;
}

#thanks {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 55px;
    width: 500px;
}

