
a#contact_btn {color: #979077;}

/*Middle Column*/

form p {
margin-top:10px;
}

form label {
font-size:102%;
color:white;
}

form input, form select, form textarea {
border:solid 1px #3a3a3a;
width:235px;
background-color:#000000;
color:#979077;
}

form #button input {
width:120px;
background:#181818;
text-align:center;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
cursor:hand;
cursor:pointer;
}

form #button input:hover {
background:#979077;
}