/* -------------------------------------------------------------- 
   style_form.css
   * formato i form contatti/iscrizioni/richiesta preventivi...
   autotrend.it/Usato
   
-------------------------------------------------------------- */
#contact-form {
    clear: both;
    margin: 20px 0 0 0;
    padding: 5px 10px 20px 10px;
    width: 60%;
    float: left;
	margin: 0;
	padding: 3px 0;
	background: url(../img/dotted_border_v.gif) repeat-y 90% 0;
}
#contact-form imput {
    margin-right: 20px;
}

#FormContact fieldset p{
    padding: 5px 5px 8px 5px;
    margin: 0;
}

#FormNewsletter {
    clear: both;
    margin: 20px 0 0 0;
    padding: 26px 25px;
	background: url(../img/bg_newsletter.png) no-repeat 0 0;
    width: 340px;
    float: left;
	border:0px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/	color:#FFFFFF;

}
#FormNewsletter button {
padding:10px;
}
#FormNewsletter form{
    margin: 5px 0 0 0;

}

#FormNewsletter #email{
    margin: 0 10px 0 0;

}

#FormNewsletter h3.newsletter {
	color: #a3a701;
    margin: 0 0 0px 0;
    font-size: 16px;
}

#FormNewsletter fieldset p{
	padding: 5px 5px 8px 5px;
	margin: 0;
	list-style: none;
/*	background: url(../img/dotted_border_v.gif) repeat-x bottom left;
*/}

/* Allgemeines */
/*---------------------FORM STYLE--------------------------------*/

#FormContact fieldset{
	border: 1px solid #EAE8E8;
	margin: 0px;
	padding: 0px 20px 10px 20px;
}

#FormContact legend {
	font-size: 1.1em;
	text-transform: uppercase;
	/*color: #FFF;*/
	color: #941414;
	margin: 10px 0 0 0;
	padding: 1px 0 10px 0;
	font-weight: bold;

}

#FormContact label {
	font-size: 1em;
	color: #666;
	margin: 0px 0 0 0;
	width: 180px;
	float: left;
}
#FormContact small {
	color: #9B8F8F;
	margin: 10px 0 0 0;
}



#FormContact input, #FormContact textarea, #FormContact select {
	margin: 2px 0 2px 0;
	padding: 2px;
	border: 3px solid #DDD;
}



#FormContact button {
	/*background: url(../../img/button.png) no-repeat top center;*/
	text-align:center;
	padding: 2px 0px;
	font-weight: bold;
	cursor: pointer;
	width: 118px;
	height:30px;
	color:#FFF;
	border:0px;
}

input.privacy {
    width: 10px;
}


#FormContact input.send, #FormIscrizione input.send {
	width: 120px;
}

#FormContact input.check {
	width: 20px;
	display: inline;
	margin: 0;
	padding: 0;
	border:0;
}
#FormContact input.radiob {
	width: 20px;
	display: inline;
	margin: 0;
	padding: 0;
	border:0;
}


#FormContact input.send {
    width: 120px;
}

#FormContact input.button {
	font-weight: bold;
    cursor: pointer;
	font-size: 10px;
}

/*---------------------FORM STYLE login--------------------------------*/


/*CONTACT FORM*/	

.contact-form{}
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
border:1px solid #ababab;
color:#333;
}


#searchsubmit, #send, #top #submit{
border:none;
background-color:#333;
cursor:pointer;
color:#fff;
padding:3px 3px;

}

#searchsubmit:hover, #send:hover, #top #submit:hover{
background-color:#FFFFFF;
color:#000;
}
.red {
    color:#f00;
}
