@charset "utf-8";
/* FORM ELEMENT STYLES */

form input.textInput,
form textarea{
color:#666;
background-color:#FFFFF0;
}

form input.textInput{
border:1px solid #CCC;
height:20px;
padding:2px 5px;
font-size:14px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);
}

form .btn{
font-size: 18px;
height: 30px;
line-height: 30px;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
}

