/* ALL FORM STYLING
-------------------------------------------------------------*/

input, select, textarea			{ background: #525151 url(http://www.houseofspeed.com/assets/images/layout/bg_input.gif) repeat-y right; border: 2px solid #333; color: #aaa; padding: 4px 3px 2px; }
.submit_float input				{ float: left; }



/* SEARCH FORM
-------------------------------------------------------------*/
	
#search							{ float: right; }
#search input					{ float: left; font-size: 12px; margin-right: 5px; width: 195px; }
#search #search_button			{ width: 18px; }



/* SPEED PASS FORM
-------------------------------------------------------------*/

.feature select					{ float: left; margin-right: 4px; width: 150px; }



/* FORM STYLIN
-------------------------------------------------------------*/

#my_speed_login input			{ float: left; margin-bottom: 5px; }
#my_speed_login input.input		{ width: 140px; }


.form_large						{ width: 500px;  padding: 20px 0 0 20px; }
.form_large fieldset			{ margin-bottom: 20px; }
.form_large .form_field			{ clear: both; height: 30px; margin-bottom: 10px; }

.form_large label.left			{ clear: left; color: #fff; float: left; font-size: 12px; margin-bottom: 10px; padding-top: 5px; width: 140px; }
.form_large input.input,
.form_large textarea			{ border: 2px #333 solid; color: #eee; float: left; font-size: 11px; margin: 0; padding: 4px; width: 290px; }



/* NEWSLETTER SIGN UP FORM
-------------------------------------------------------------*/

#newsletter_signup input		{ float: left; margin-bottom: 5px; }
#newsletter_signup input.input	{ width: 220px; }








/* LIVE VALIDATION STYLING
-------------------------------------------------------------*/

label.error						{ color: red; margin-left: 10px; width: auto; display: inline; }
label.error						{ display: none; }

