﻿/**********************************

Styles

***********************************/
div.cmxform {
/*	width: 370px; */
	font-size: 1.0em;
	color: #333;
}

div.cmxform legend {
	padding-left: 0;
}

div.cmxform legend, div.cmxform label {
	color: #333;
}

div.cmxform fieldset {
	border: none;
	padding: 0;
}

div.cmxform fieldset fieldset {
	background: none;
}



div.cmxform fieldset label {
    margin-left:203px;
}
div.cmxform fieldset label {
    display:block;
    width:auto;
}



div.cmxform fieldset p, div.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

div.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
div.cmxform .gray * { color: gray; }

.formCharCount 
{
    float:left;padding-left:203px;
}


/**********************************

template

***********************************/
div.cmxform fieldset {
	margin-bottom: 10px;
}

div.cmxform legend {
}

div.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

div.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

div.cmxform fieldset fieldset {
	border: none;
}

div.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

div.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

div.cmxform label { width: 200px; } /* Width of labels  was 100px */
div.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */
div.cmxform label.error {
	margin-left: 203px;
	width: 220px;
}

div.cmxform .btnSubmit {
    background-color:#EAEAEA;
    border:1px solid #585858;
    color:#585858;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    text-decoration:none;
}
/*\*//*/ div.cmxform legend { display: inline-block; } /* IE Mac legend fix */
