#ContactForm_ContactForm { margin:0; }
#ContactForm_ContactForm p, #ContactForm_ContactForm label, .Actions p { font-size:15px; }
#ContactForm_ContactForm p.message { padding:15px 8px; margin:0 0 10px; background-color:#FFF; text-align:center; color:#000 !important; width:100%; }
#ContactForm_ContactForm p.message.good { background-color:#D9ECD7 }
#ContactForm_ContactForm p.message.bad { background-color:#FCDCDC }

#ContactForm_ContactForm fieldset { margin:0 }
#ContactForm_ContactForm label { padding-bottom:3px; }
#ContactForm_ContactForm input {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial;
margin:0; 
text-indent:10px; 
width:100%;
height: 37px;
border-radius: 0;
margin: 0;
background: url(../images/bg-input.png) 0 0 repeat-x;
font-size: 15px;
line-height: 30px;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
#ContactForm_ContactForm textarea {
border-radius:0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial;
height:150px; 
width: 100%; 
resize:none; 
margin:0; 
padding:5px 0 0 10px; 
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
background: url(../images/bg-input.png) 0 0 repeat-x;
font-size: 15px;
line-height: 20px;
color: #555555;
background-color:#FBFBFB;
}
#ContactForm_ContactForm .textarea { margin:0 !important; }
#ContactForm_ContactForm .field { padding-right: 20px; }

.Actions { text-align:right; margin:20px 0 0; clear:both; }
.Actions p { display:inline; padding-right:30px; }
.Actions p span { color:red; }

#ContactForm_ContactForm .btn { 
display: block;
width: 200px;
border-radius: 0;
font-size: 25px;
line-height: 26px;
box-shadow: 0 0 8px rgba(0,0,0,0.6);
padding: 8px 30px;
margin: 10px auto 0; }
#ContactForm_ContactForm .btn:hover {  }

p.validationError { clear:both; padding:4px 5px; margin:0; background-color:#FCF200; color:#000 !important; line-height:15px; font-size:12px !important; }

@media only screen and (max-width: 767px) {
.content > div { overflow:visible }
#ContactForm_ContactForm input, #ContactForm_ContactForm textarea { border:solid 1px #CCC }
p.validationError { background-color:#AF071E; color:#FFF !important; font-weight:700 }
}
