#contactArea { height: 260px; border-bottom: 5px solid #009BCC; overflow: hidden; background-color: #009BCC; }
#container { width: 960px; margin: 0 auto; }

.content { width: 850px; height: 300px; padding: 55px; margin: 0 auto; background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-family: Arial; font-size: 16px; line-height: 25px; position: relative; top: 45px; }
a.contact { float: right; margin: 0 25% 0 0; height: 34px; width: 115px; display: block; text-indent: -9999px; background: url(/Content/images/contactus.png) no-repeat 0 0; }

form { width: 910px; height: 300px; padding: 25px; margin: 0 auto; }

#info { float: left; width: 350px; }
#message { float: right; width: 500px;  }


input { margin-bottom: 15px; padding: 7px 7px; color: #4A4A4A; float: right; }
label { margin-bottom: 5px; float: left; clear: both; position: relative; top: 10px; }
textarea { padding: 7px 7px; height: 140px; margin-bottom: 15px; color: #4A4A4A; line-height: 20px; font-size: 12px; float: right; }

input { width: 250px; }
textarea { width: 350px; }

label { font-family: Arial; font-size: 16px; color: #fff; }

input#submit { float: right; clear: both; cursor: pointer; width: 125px; padding: 7px 7px; background-color: #972324; border: 0; color: #fff; }

input, textarea { outline: none; background-color: #f1f1f1; border: 3px solid #b2b2b2; padding: 7px; }
input:focus, textarea:focus { border: 3px solid #972324; }

input, textarea { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.rounded {-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;} 
.contactWrapper { background-color:#009BCC; padding:5px; }
