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

.form-item {
	margin-bottom:15px;
}
#submit-field {
	text-align:center;
}
#contact-form {
	width:461px;
}
#contact-form #submit-field input {
	background:transparent url(/images/layout/send-email.png) no-repeat;
	color:#fff;
	border:0pt none;
	height:30px;
	width:95px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
}
#request-form #submit-field input {
	background:transparent url(/images/layout/send-request.png) no-repeat;
	color:#fff;
	border:0pt none;
	height:30px;
	width:112px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
}
#request-form div {
	width:480px;
}
#request-form .form-item {
	width:220px;
	float:left;
	margin:0 10px 10px 0;
}
#time-frame-field,
#size-field,
#submit-field {
	clear:left;
}
.form-item .text {
	width:100%;
	border:1px solid #ddd;
}
.required .text {
	border:1px solid #fc3;
}
.required {
	background:url(/images/layout/asterisk.png) no-repeat 0 0;
	text-indent:18px;
	font-weight:bold;
}
