/* Forms
*******************************************************/
body#contact-us div#wrap div#begin div#content form { padding-bottom: 30px; }


body#contact-us fieldset {
	border: 0px solid black;
	display: block;
	padding: 3px;
}

body#contact-us label {
	width: 160px;
	float: left; clear: left;
	padding-top: 8px;
}

body#contact-us input, 
body#contact-us textarea {
	width: 273px; margin-top: 10px;
	clear: right;
}


body#search div#wrap div#begin div#sidefloat form input.text {
	width: 97%;
}









body#contact-us input.action {
	margin: 0px 15px 10px 0px;
}

body#contact-us input.action { 

	float: right;
	width: 70px; height: 24px;

	background: url(../images/submit.gif) 0px 4px no-repeat;
	_background-position: 0px 2px;
	border: 0px solid black;

	text-align: center;
	color: white; font-weight: bold;
	font-size: 12px;

}

input.action:hover { 
	color: yellow;
}


