/* Begin FORM */
#formoutter{
width: 600px;
margin: 0 auto;
padding: 0;
border-top: 9px double #645339;
border-bottom: 3px solid #645339;
background: #b6a288;
}
#lcolumn {
text-align: center;
float: left;
width: 180px;
height: 713px;
padding: 10px;
padding-top: 15px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #1f7a42;
background: #b6aa9a;
position: relative;
}
#contactphone, #contactphone2, #contactaddress{
display: block;
font-size: 12px;
color: #222;
font-weight: normal;
text-align: center;
text-transform: none;
}
#contactphone {
margin-top: 10px;
}
#contactphone, #contactphone2{
font-weight: bold;
}
form{
width: 350px;
float:right;

margin: 0 10px 0 0;
padding: 0px;
position: relative;
right: 5px;
}
#formoutter:after{
content:" ";
position:relative;
display: block;
width: 300px;
height: 1px;
clear:both;
}
#context{
margin: 0;
margin-top: 5px;
padding: 1px;
padding-bottom: 0px;
color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
display: block !important;
}
.input{
color: #020;
margin-top: 0px;
margin-bottom: 6px;
padding: 3px;
padding-bottom: 1px;
border: 1px solid #1f7a42;
font-size: 14px;
font-family: "Times New Roman", Times, serif;
background-color: #fff;
}
.input:hover, .input:active, .input:focus{
background-color: #fff;
-moz-opacity: .85; opacity: .85;
filter: alpha (opacity=85, finishopacity=0, style=0);
border-color: #69593f;
}
#edisclaimer {
font-size: 11px;
position: relative;
top: -5px;
}
#disclaimer {
font-size: 13px;
width: 580px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border-top: 9px double #645339;
border-bottom: 3px solid #645339;
background: #b6aa9a;
}
#feedback {
height: 180px;
}
#city{
width: 208px !important;
position: relative;
top: -2px;
}
#state{
width: 36px !important;
margin-left: 2px !important;
position: relative;
top: -2px;
}
#zip{
width: 51px !important;
margin-left: 2px !important;
position: relative;
top: -2px;
}

.button {
width: 125px;
height: 35px;
background: url(images/contactbutton.gif) bottom center no-repeat;
border: 0;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
position: relative;
right: 52px;
margin-top: 15px;
cursor: pointer;
}
.button:hover {
background: url(images/contactbutton.gif) bottom center no-repeat;	
}
.button:active, .button:focus{
background: url(images/contactbuttonhover.gif) bottom center no-repeat;
padding-top: 2px;
padding-left: 2px;
}
.warning {
color: #f00;
font-weight: bold;
}
.error {
color: #f00;
border: 2px solid #f00 !important;
}
/* End FORM */