@charset "utf-8";
/* CSS Document */

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
	margin: 0;
}
.search{
}
.search fieldset{
	background:transparent url(../images/searchBG.gif) no-repeat 0 0 scroll;
	height:35px;
	width:194px;
}
.search fieldset input{
	background-color:transparent !important;
	width:124px;
	padding:5px;
	color:#D20045;
	font-size:12	px;
	font-weight:bold;
        float: left;
}
.login_form label{
    width: 110px;
    clear: left;
    float: left;
    display: block;
}
.login_form input{
    border: 1px solid #BBB;
    padding: 3px;
    line-height: 16px;
    margin-bottom: 5px;
    float: left;
}
.login_form .login_submit{
    cursor: pointer;
}
.search fieldset input.submit_btn{
   background-color: #333 !important;
   border: 1px solid #000;
   color: #FFF;
   width: 80px;
   float: left;
   padding-top: 3px;
   padding-bottom: 3px;
   cursor: pointer;
}
.search fieldset input.submit_btn:hover{background-color: #D20045 !important; border: 1px solid #D20045;
}
.search fieldset input.sl{
    float: left;
    margin-right: 5px;
}
.search fieldset.dealers{
   width: auto;
}
.search fieldset input.Search_btn{
   background-color: #333 !important;
   border: 1px solid #000;
   color: #FFF;
   width: 60px;
   float: right;
   padding-top: 3px;
   padding-bottom: 3px;
   cursor: pointer;
   line-height: 15px;
}
.contact_form label{
width:120px;
clear:left;
float:left;
}
.contact_form input{
border:1px solid #CCC;
width:200px;
float:left;
padding:2px 5px;
margin-bottom:10px;
}
.contact_form input.Submit{
	background-color: #333 !important;
   border: 1px solid #000;
   color: #FFF;
   width: 70px;
   cursor:pointer;
   height:30px;
}.contact_form  textarea{
border:1px solid #CCC;
width:300px;
overflow:auto;
height:80px;
float:left;
padding:2px 5px;
margin-bottom:10px;
}

