#inputfield, #submit {
	color: #666;
	border: 1px solid #b6b6b6;
	clear: both;
}
#inputfield {
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 8px 6px 6px 6px;
	width: 500px;
	background: url("images/field-bg.gif") repeat-x;
}

#submit {
	background: #FFF;
	height: 32px;
	width: 62px;
}
#submit:hover {
	background: #CCC;
}
label {
	width: 300px;
}
form #form_title {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
}