/**********************************

Name: cmxform Styles

***********************************/

form.cmxform fieldset {
	width: 560px;
	font-size: 1.0em;
	border: 0;
	/*background: url("images/cmxform-fieldset.gif") left bottom repeat-x;*/
	}
form.cmxform legend {
	font-family:"Trebuchet MS", Arial; 
	font-weight:bold;
	margin: 0 0 0.8em 0; 
	font-size: 120%; 
	line-height: 120%;
	color: #222;
	}

form.cmxform label {
	/* width: 100px;  Width of labels */
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0 0 1.4em;
	padding: 0;
	border-top: 1px solid #D0E176;
	border-left: 1px solid #D0E176;
	border-right: 1px solid #D0E176;
	background: #F9FBED;
	/*background: url("images/cmxform-divider.gif") 0 0 repeat-x #f8f8f8;*/
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
	display: block;
	width: auto;
	}
form.cmxform fieldset li, 
form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	border-bottom: 1px solid #D0E176;
	/*background: url("images/cmxform-divider.gif") left bottom repeat-x;*/
	}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin-left: 10px;
	width: auto;
	display: inline;
	}
	
form.cmxform .submit,
form.cmxform .reset {
	width: 10em;
	padding: 0.4em 1em;
	border: 2px solid #D0E176;
	background: #E7F0BA;
	cursor: pointer;
	margin-: 0.6em 0 2em;
	}
form.cmxform .submit {
	font-weight: bold;
	}
div.error {
	display: none;
	}

form.cmxform .cmxaddress label {
	width: 100px;
	}
form.cmxform .cmxaddress input,
#content form.cmxform .cmxaddress textarea {
	border: 1px solid #999;
	width: 200px;
	padding: 2px;
	}
#content form.cmxform .cmxaddress textarea {
	height: 60px;
	}
form.cmxform .cmxtickboxes li {
	font-weight: bold;
	}
form.cmxform .cmxtickboxes ol {
	border:0;
	margin: 0;
	}
form.cmxform .cmxtickboxes ol li {
	padding: 2px 0 2px 50px;
	border: none;
	font-weight: normal;
	}
form.cmxform .cmxtickboxes input,
form.cmxform .cmxformat input,
form.cmxform .cmxformat radio {
	border: 0;
	}
form.cmxform .cmxformat {
	}
/*input {
	border: 1px solid ##727272; 
	width:150px;
	}
textarea {
	border: 1px solid ##727272; 
	width:150px;
	}*/

input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
