/* FORMS */
/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.estilform div {
margin-bottom:3px;
margin-top:3px;
padding:3px;
text-align:left;
}
.estilform input,
.estilform select,
.estilform textarea {
border: 1px solid #eee;
background: #eee;
font-family: tahoma, helvetica, sans-serif;
font-style: normal;
font-size: 14px;
color: #454743;
}
/** You can use this style for your LABEL elements **/
.estilform label {
/*font-family: tahoma, helvetica, sans-serif;*/
/*font-weight: bold;*/
font-size: 13px;
color: #000;
float:left;
width:230px;
clear: left;
}
.estilform .radio label {
float: none;
clear: none;
}
.estilform label .description{
font-size: 10px;
}
.estilform fieldset {
padding: 10px;
border: 1px solid #ccc;
margin: 8px 0px;
max-width: 700px;
}
.estilform legend {
color: #000;
background: #eee;
border: 1px solid #ccc;
padding: 2px 6px
}
.estilform div.submit{
text-align: center;
}
.estilform div.submit input {
padding: 3px;
font-weight: bold;
color: #000;
}
.estilform .standard{
width: 60%;
}
.estilform .small{
width: 250px;
}

.avisform {
font-size: 9px;
margin: 20px;
max-width: 700px;
}

form div.required {
color: #333;
font-weight: bold;
}

.error input.standard,
.error input {
background:#FFCCCC none repeat scroll 0 0;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.estilform input:hover,
.estilform input:focus {
border: 1px solid #000;
background: #fff;
color: #454743;
}
