@import url(/public/css/cmxformTemplate.css);

form.cmxform {width:600px;color:#2e2e2e;}
form.cmxform legend {padding-left: 0;padding-bottom:10px;}
form.cmxform legend, 
form.cmxform label {color: #333;}
form.cmxform fieldset {border: 0px;}
form.cmxform fieldset fieldset {background: none;}
form.cmxform fieldset p, form.cmxform fieldset fieldset {padding: 5px 10px 7px;}
form.cmxform label{width:160px;}
form.cmxform label.error{color:red;font-size:12px;display:block;margin-left:160px;}
form.cmxform div.error {display: none;}
form.cmxform input, 
form.cmxform textarea {border: 1px solid black;width:300px;}
form.cmxform textarea {height:90px;}
form.cmxform input:focus {border: 1px dotted black;}
form.cmxform textarea.error,
form.cmxform input.error {border: 1px solid red;}
form.cmxform .gray * {color: gray;}
form.cmxform p{border:0px;border-bottom:1px solid #E6E6E6;}
form.cmxform p.submit{text-align:right;padding-right:130px;border:0px;}
form.cmxform p.submit input{width:auto;background:url(../assets/buttonshadow.png);height:20px;color:#5A8DCC;font-weight:bold;}
