ul.form
{
	list-style: none;
}

ul.form li
{
	display: block;
	clear: both;
	list-style-type: none;
}

ul.form label
{
	float: left;
	margin: 0 0 10px 0; 
	padding: 0;
	width: 200px;
}

ul.form input, 
ul.form select, ul.form textarea, ul.form button
{
	margin: 0 0 10px 0;
}

#default ul.error_list
{
	position: absolute;
	list-style: none;
	color: red;
	margin: 0 0 0 410px;
	padding: 0;
}

#default ul.error_list li
{
	margin: 5px 0 0 0;
	padding: 0;
}

#default ul.form label
{
	margin-top: 5px;
	width: 200px;
}

input#submit
{
	text-indent: -1000em;
	cursor: pointer;
	background: url(../images/search.png) no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
}

