@CHARSET "ISO-8859-1";

dl.zend_form dt{
	float:left;
	clear:left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

dl.zend_form dd{
	position:relative;
	top:-2px;
	margin-bottom: 5px;
}

ul.errors{
	list-style-image: url(../img/warning.png);
	color: red;
}

dl.zend_form input[type=text]{
	width: 200px;
}

dl.zend_form input[type=password]{
	width: 200px;
}

form.search_form{
	display:inline;
	
}


form.search_form label{
	position:absolute;
	top:30px;
	color: #666666;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 20px;
	height: 20px;
}

form.search_form input[type=text]{
	width:270px;
	height: 16px;
	position:absolute;
	left: 80px;
	top: 30px;
}

form.search_form input[type=submit]{
	display: block;
	background-color: #FF6600;
	border: none;
	color: white;
	position:absolute;
	top: 34px;
	width: 70px;
	height: 14px;
	line-height: 14px;
	font-size:11px;
	padding-bottom:2px;
	left: 377px;
}


