.form_box {
	float: left;
	width: 450px;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "Helvetica Neue LT Std 55 Roman";
	font-size: 12px;
}
li.special {
	display:block;
}
.message {
	color:#F3C230;
	display:none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.form_box {
}
.form_box .special {
	display:block;
	height: 40px;
}
.form_box input {
	width:265px;
	margin-left: 4px;
	margin-bottom: 5px;
}
.form_box  textarea{
	width:269px;
	margin-left: 4px;
}
.send_btn {
	width:281px;
	height: 53px;
	margin-bottom: 5px;
	background-image: url(../images/send_btn.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	color: #464643;
	background-color: transparent;	
	cursor:pointer;
	margin-left: 0px;	
	background-position: top;
	float:left;
	display:block;
}
.send_btn:hover {
	background-position: bottom;
}
a.resume_btn {
	width:281px;
	height: 53px;
	margin-bottom: 10px;
	background-image: url(../images/resume_btn.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	color: #464643;
	background-color: transparent;
	float:left;
	display:block;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	margin-left: 0px;
	background-position: top;
	display: block;
}
a.resume_btn:hover {
	background-position: bottom;
}
