#search form
{
	left: 726px;
	position: absolute;
	top: 37px;
}
#search form .field
{
	float: left;
	margin: 1px 3px 0 0;
	width: 97px;
}
.btn-search
{
	background: url(../images/btn-search.gif) no-repeat top left;
	border: none;
	display: block;
	float: left;
	height: 22px;
	margin: 1px 0 0 0;
	width: 47px;
}
.btn-search:hover
{
	background-position: 0 -22px;
}
#content #module_contact-form
{
	
	margin: 15px 0 0 33px;
	padding-top: 15px;
	padding-bottom:50px;
	width: 480px;
}
#content form label
{
	font-size: 12px;
}
#content form .fieldtext
{
	
	height: 20px;
	margin: 5px 0 10px 0;
	width: 225px;
}
#content form .textarea
{
	border: 1px solid #cfcecf;
	height: 75px;
	margin: 5px 0 10px 0;
	width: 325px;
	font-family:Arial;
	font-size:13px;
}
.btn-submit
{
	background: url(../images/btn-submit.gif) no-repeat top left;
	border: none;
	display: block;
	height: 23px;
	margin: 1px 0 0 0;
	width: 91px;
	cursor:pointer;
}
.btn-submit:hover
{
	background-position: 0 -23px;
}

.error {
background-color:transparent;
color:#900;
}

label.error {
padding-left:10px;
}
input.error {
border:2px solid #900;
}

.hidden{
	display:none;
}

#contact_form button span, #sidebar button span{
	margin-right:7px;
}

#contact_form .zip{
	width:50px;
	margin: 5px 0 10px 0;
		height: 20px;
}