#contactArea { border-bottom: 6px solid #000; overflow: hidden; background: url(/images/contact_bg.gif) }


/* ----- The Pretty Stuff ----- */

* { margin: 0; padding: 0; outline: 0; } 

html { overflow-y: scroll; }

#container-contact { width: 1030px; margin: 0 auto; }

.content { width: 1030px; 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; }

.contact-heads { padding: 25px 0 0 0; text-align: left; font: bold 14px Trebuchet MS, verdana, tahoma, arial, sans-serif; color: #fff; text-transform: uppercase;
}

.indent { padding: 0 0 0 6px;
}

a.contact { float: right; height: 44px; width: 115px; display: block; text-indent: -9999px; background: url(/images/contact.gif) no-repeat 0 0; }

.outside a:link, .outside a:visited, .outside a:active  { 
       color: #ccc; 
       font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;	
       text-decoration: none;
       }
.outside a:hover {
       color: #505050;
       font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;		
       text-decoration: none;
       }


form { width: 1030px; padding: 25px; margin: 0 auto; }

#info { float: left; text-align:left; width: 274px; color: #999; padding: 0 40px 0 0; font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif; border-right: 1px solid #656565; height: 280px;}

#outside {float: left; text-align: left; width: 309px; padding: 0 0 0 40px; font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif; border-right: 1px solid #656565; height: 280px;}

#message { float: right; text-align:left; width: 325px; padding: 0 0 0 40px;}


input { margin-bottom: 15px; padding: 3px 3px !important; color: #4A4A4A; float: right; font: 11px verdana, tahoma, arial, sans-serif;}
label { margin-bottom: 2px; float: left; clear: both; position: relative; top: 3px;}
textarea { padding: 3px 3px !important; height: 80px; margin-bottom: 15px; color: #4A4A4A; line-height: 10px; font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif; float: right; }

input { width: 200px;}
textarea { width: 200px; }

label { font: bold 11px "Lucida Sans Unicode","Lucida Grande",sans-serif; color: #999;}

input#submit { float: right; clear: both; cursor: pointer; width: 65px; padding: 4px 4px !important; background-color: #656565; border: 0; color: #999; font: bold 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;}

input, textarea { outline: none; background-color: #f2f2f2; border: 2px solid #656565; padding: 2px; }
input:focus, textarea:focus { border: 2px solid #656565; }

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


