@import url("reset.css");

html,body {font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;background: #1B1D1F url('../images/bg_02.jpg') no-repeat center;margin: 0;height: 100%;color:#5D5C59;}

#stretch {position: absolute;background:#111212;width: 100%;height: 340px;left: 0;top: 50%;margin: -185px 0 0 0px;padding: 10px 0 0 0;opacity:;}

#wrapper {width: 800px;height: 330px;text-align:center;margin: 0 auto;display:show;}
#wrapper #logo{width:300px;height:250px;float:left;background:transparent url('../images/logo.png') no-repeat;position:relative;top:30px;left:30px;}
#wrapper #greeting{width:450px;height:160px;margin:0px;padding:0px;float:right;position:relative;top:20px;}
#wrapper #greeting h1{color:#FFF;font-size:29px;text-align:left;margin:0px;line-height:29px;}
#wrapper #greeting p{color:#FFF;text-align:left;text-shadow: #444 3px 2px 1px;margin-top:25px;line-height:23px;}

#wrapper #contactbtn{width:179px;height:47px;text-indent:-9999px;text-align:left;float:right;position:relative;top:90px;left:-150px;padding:0px;margin:0px;background:transparent url('../images/contact_btn_01.png') no-repeat;}
#wrapper #contactbtn:hover{background:transparent url('../images/contact_btn_02.png') no-repeat;cursor:pointer;}

#wrapper2 {width:800px;height:330px;text-align:center;margin: 0 auto;display:none;}
#wrapper2 #contact_form{width:800px;height:315px;float:right;background:#1B1D1F;-moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius: 10px;padding:15px 0px 0px 0px;}
#contact_form form {position:relative;top:0px;margin:0px;}
#contact_form form label{display:show;}
#contact_form form textarea{width:650px;height:110px;font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#contact_form form #section1{width:690px;height:85px;margin:0 auto;padding:7px;background:#111212;-moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius: 10px;text-align:right;}
#contact_form form #section1 p{width:280px;text-align:right;line-height:22px;float:left;margin:5px;}
#contact_form form #section1 input{width:180px;font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#contact_form form #section1 #a{width:330px;float:left;height:80px;position:relative;top:9px;}
#contact_form form #section1 #b{width:330px;float:right;height:80px;position:relative;top:9px;}
#contact_form form #section2{position:relative;top:10px;height:125px;width:705px;margin: 0 auto;background:#111212;-moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius: 10px;padding:10px 0 0 0px;}
#contact_form form #section2 label{display:none;}
#contact_form form #submitinput{display:show;position:relative;top:20px;background:#000;border:solid 1px #444;color:#FFF;padding:5px;width:150px;}

#contact_form form .formrequired{border:solid 2px red;}

.mail_success {border: solid 0px #FFF;color: green;position:relative;top:0px;z-index:1;}
.mail_error {border: solid 0px red;color: red;position:relative;top:0px;z-index:1;}