@charset "utf-8";
/* CSS Document */

#contact-wrapper {width:600px; text-align:left;}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact-form {text-align:left;}
.contact-form ul {list-style-type:none;width:350px;}
.contact-form li {list-style-type:none;}
.contact-form li.special {display:none;}
.contact-form input {width:260px;}
.contact-form textarea {width:260px;}
.contact-form label {width:50px;}
#contactsubmitbutton {width:125px;height:40px;font-weight:bold;margin-left:55px;margin-top:12px;}