/* 

Form Style Sheets inspired by MooTools Floor Demo Forms
Go to http://mootools.floor.ch for more information

*/

form.contactform {
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-Serif;
font-size: 12px;
padding: 10px;
border: 1px solid #A5A8B8;
background: #F3F3F3;
}

.contactform fieldset {
margin-top: 10px;
padding : 15px;
border: 1px solid #B5B8C8;	

}

.contactform legend {
font-size: 12px;
color: #CC0000;
font-weight: 900;
}

.contactform fieldset label {
float: none;
text-align: inherit;
width: auto;
}

.contactform label span {
color: #575757;
font-weight: 700;
}

.contactform input, .contactform select, .contactform textarea {
display : block;
margin-bottom: 5px;
}

.contactform .text-input {
width: 350px;
color: 555;
padding: 4px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
background: #FFF url('../../img/form/text-bg.gif') repeat-x;

}

.text-input {
width: 350px;
color: #555;
padding: 4px 4px 3px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
margin-bottom: 4px;
background: #FFF url('../../img/form/text-bg.gif') repeat-x;

}

.contactform {
background: #FFF;
color: #333;
font-size: 12px;
padding: 10px;
margin-bottom: 10px;
border:1px solid #B5B8C8;
}

.contactform .button {
text-align:right;
margin-top: 20px;
}

.submit {
color: #575757;
font-weight: 700;
float:right;
margin-left: 10px;
text-decoration: none;
}

.reset {
color: #575757;
font-weight: 700;
float:right;
text-decoration: none;
}

.contactform a.submit {
background: url('../../img/form/button-bg.png') repeat-x;
border: 1px solid #AAA;
padding: 4px;
}

.contactform a.reset {
background: url('../../img/form/button-bg.png') repeat-x;
border: 1px solid #AAA;
padding: 4px;
}

input.button {
background: url('../../img/form/button-bg.png') repeat-x;
border: 2px solid #AAA;
padding: 4px 4px 1px;
font-size:14px;
margin-top:4px;
}

.contactform input {
background: url('../../img/form/button-bg.png') repeat-x;
border: 2px solid #AAA;
padding: 4px;
}

.contactform hr {
clear: both;
visibility: hidden;
}

.contactform .fc-error {
width: 350px;
color: #555;
padding: 4px;
border: 1px solid #B5B8C8;
font-size: 12px;
margin-bottom: 15px;
background: #FFEAEA;
}
