/* normalise defaults */

input, textarea {
font-family:inherit;
font-size:0.9em;
margin:0;
}
/* ===========================================
BASE Stylings - do not change 
===========================================
*/
form.cmxform label {
display:inline-block;
vertical-align:top;
font-weight:bold;
}
form.cmxform label {
display:-moz-inline-box;
}
/* subforms */
form.cmxform fieldset fieldset {
border:0;
margin:3px 0 0;
}
form.cmxform fieldset fieldset legend {
padding:0 0 5px;
font-weight:normal;
padding:2px 1em;
margin-left:20px;
border:0;
}
form.cmxform fieldset fieldset label {
display:inline;
width:auto;
}
form.cmxform em {
font-size:smaller;
font-style:normal;
color:#f00;
}
form.cmxform label { margin: 0;width: 120px; } /* Width of labels */
form.cmxform label.secondary { 
text-align:right; 
padding:0 1em 0 5em; 
width: auto; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 120px; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

/* ===========================================
CUSTOMISABLE UI settings for form appearance 
===========================================
*/
form.cmxform {
font-size:1em;
color:#333;
}
form.cmxform fieldset {
margin-top:1em;
padding:1em 0 0 1em;
border:0;
}
form.cmxform fieldset fieldset {
background:none;
}
form.cmxform legend {
padding:2px 1em;
font-weight:bold;
margin-left:2em;
}
form.cmxform fieldset ul {
list-style:none;
margin:1em 0 1em 0;
padding:0;
}
form.cmxform fieldset li {
background-image:none;
margin:0 0 0.5em 0;
padding:0;
}
form.cmxform LABEL.required {
}
INPUT,TEXTAREA,SELECT {
border:1px solid #555;
}
INPUT,TEXTAREA {
padding:2px;
}
/* required form fields */
INPUT.required,TEXTAREA.required,SELECT.required {
background-color:#EDEDED;
}
form.cmxform INPUT:focus,SELECT:focus,TEXTAREA:focus {
/* background-color:#f0f0f0; */
border-color:#000;
}
INPUT.errorfld, TEXTAREA.errorfld, SELECT.errorfld {
background-color:#EDEDED;
border:1px solid #ed4860;
}
.errormsg {
margin:0 2em;
color:#f00;
font-weight:bold;
}
.form-invalid {
margin-left:1em;
color:#ed4860;
font-size:90%;
vertical-align:top;
}
form.cmxform #_submitbutton {
border:2px outset buttonshadow;
background-color:buttonface;
}
form.cmxform input.small {
width:3em;
}
form.cmxform input.aligned {
margin-left:120px;
}

form.cmxform #_submitbutton {
/*background: url(/images/send.gif) no-repeat left center;
width:98px;
height:32px;*/
border:2px outset buttonshadow;
background-color:buttonface;

}
form.cmxform .noborder{
border: 0px;
padding:5px 0px 0px 120px;
}
