/*
Client Login Form
http://fearlessfilms.net
*/

ul.form {
	list-style-type:none;
	margin:40px auto;
	padding:5px 0 0 0;
	width:265px;
}

ul.form li {
	list-style-image:none;	
	padding:5px 0 5px 0;
}

form li.sendbutton {
	padding:0 0 0 8px;
	border:none;
}

label {
	float:left;
	width:70px;
	margin-top:3px;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	font-weight:bold;
}

label.hdr {
	
}

.message {
	margin-top:1px;
}

input {
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#555147;
}

.inputarea {
	border:1px solid #999999;
	padding:2px 2px;
}

.inputarea:hover, .textarea:hover {
	border:1px solid #333333;
}

.boxes {
	width:1em;
}

#sendbutton {
	margin:3px 0 0 56px;
	height:28px;
	width:192px;
}

* html #sendbutton {
	margin:4px 0 0 70px;
	hieght:28px;
	width:192px;
}

