ul.form
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.form li { margin: 3px 0px 3px 0px; clear: both; }

li.errors { color: #ff0000; margin: 0px 0px 0px 120px!important; border: 0px solid white!important; clear: both; }
	
input.smallest{ height: 18px; width: 108px; border: 1px solid #333333; }
input.small{ height: 18px; width: 198px; border: 1px solid #333333; }
input.large{ height: 18px; width: 396px; border: 1px solid #333333; }

textarea.large{ height: 98px; width: 396px; border: 1px solid #333333; }

label{ width: 100px; display: block; float: left; margin-right: 20px; text-align: right; }

input.check{ display: block; float: left; width: 20px; }
label.check{ display: block; float: left; width: 400px; margin-right: 5px; color: #333333; font-size: 0.8em; padding-top: 0.43em; }

input#submit{ margin-top: 12px; margin-left: 10px; }
