#contact-form{width:550px;}
#contact-form label{width:150px; padding-right:15px;}
#contact-form label.error{margin-left:169px;width:300px; }
#contact-form input.submit{margin-left:169px;}
#contact-form p{padding-top:15px !important;}
#contact-form textarea,
#contact-form input{color: #000;}

.form-media, .form-media-thanks{font-family: lucida grande, "Lucida Grande", Arial, sans-serif;}
.form-media h1, .form-media-thanks h1{font-size:18px;font-weight:bold;padding:bottom:5px;}
.form-media form{padding-top:20px;}
.form-media legend{font-size:13px;}
.form-media-thanks p{font-size:14px;color:#333;}

form.cmxform .description{width:280px;height:80px;margin:0;}

/* cmxform styles - if renaming style from "cmxform" to something else, update jquery.forms.additional.js function name */

form.cmxform{font-size: 1.0em;color: #333;}
form.cmxform legend{padding-left: 0;}
form.cmxform legend, form.cmxform label{color:#333;}
form.cmxform fieldset {border:none;/*border-top:1px solid #ccc;*/background-color:#fff;width:464px;}
form.cmxform fieldset fieldset{background: none;}
form.cmxform fieldset p, form.cmxform fieldset fieldset{padding: 20px 10px 7px 0;}
form.cmxform label.error, label.error{/* remove the next line when you have trouble in IE6 with labels in list */color:#c00;font-style:italic;}
div.error{display: none;}
form.cmxform input,form.cmxform textarea,form.cmxform select{border:2px solid #ccc;}
form.cmxform input:focus,form.cmxform textarea:focus{border:2px solid #333;}
form.cmxform input.error,form.cmxform textarea.error{border:2px solid #c00;}
form.cmxform .gray * {color:gray;}

/* cmxform template*/

form.cmxform fieldset{margin-bottom: 10px;}
form.cmxform legend{padding: 0 2px;font-weight: bold;_margin: 0 -7px; /* IE Win */}
form.cmxform label{display:block;float:left;line-height:14px;vertical-align:top;cursor:hand;/*position:relative;*/}
form.cmxform fieldset p{list-style:none;padding:5px;margin:0;}
form.cmxform fieldset fieldset{border:none;margin:3px 0 0;}
form.cmxform fieldset fieldset legend{padding: 0 0 5px;font-weight: normal;}
form.cmxform fieldset fieldset label{display:block;width:auto;}
form.cmxform label{width:100px; } /* Width of labels */
form.cmxform fieldset fieldset label{margin-left:103px;} /* Width plus 3 (html space) */
form.cmxform label.error{margin-left:103px;width:220px;}
form.cmxform input.submit{margin-left:103px;color:#000;}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */