/*++++ contact form styles +++++*/

form{margin:0;padding:0;}

form div{
 display:block;
 clear:left;
}

label,input {
 display: block;
 width: 200px;
 float: left;
 margin-bottom: 10px;
}

label {
 text-align: right;
 width: 70px;
 font-size:1em;
 padding: 3px 5px 0 0 ;
}

input, textarea, select
{
 color: #261b11;
 background: white;
 border: 1px solid #999;
 font-weight:normal;
}

input.hidden{display:none;}

.button
{
 position:relative;
 margin:0 15px 0px 10px;
 color: #fff;
 background: #392607;
 border: 1px solid #676564;
 padding:2px;
 width:65px;
 font-size:.8em;
 font-family:verdana;
}

form fieldset{
 border:0;
}

