/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #333;
}

form.cmxform fieldset {
	margin-bottom: 1.5em;
	border: none;
	margin-top: 1.5em;
	padding: 0;
}

form.cmxform fieldset:first-child {
	margin-top: 0;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

/* TODO */
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	/*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

/* Width of labels */
form.cmxform label {
	color: #333;
	width: 120px;
	padding-right: 10px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	font-weight: normal;
}

label.leftAlign   {
	text-align: left;
}

form.cmxform fieldset.leftAlign label {
	text-align: left;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	width: auto;
	color: red;
	font-size: 0.9em;
	padding: 2px;
	margin: 0;
	margin-left: 10px;
	white-space: nowrap;
}

div.error { display: none; }
input, textarea {
	padding: 3px;
	border: 1px solid #666;
	background: #f7f7f7;
}

form.cmxform input {
	width: 250px;
	min-width: 250px;
}

/* @group Form Elements */

input[type=image] {
	border: none;
}

input[type=file] {
	border: none;
	color: #333;
}

input:focus { 
	border: 1px dotted black;
}

input.error {
	border: 1px dotted red; 
}

select {
	border: 1px solid #333;
	padding: 2px;
	font-size: 0.9em;
	
}

/* @end */

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform .indented input {
	margin: 0;
	margin-left: 150px;
	margin-right: 15px;
	width: auto;
	padding: 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 .indented label {
	width: 400px;
	text-align: left;
}

form.cmxform .leftalign {
	text-align: left;	
}

.submitButton {
	padding-left: 160px;
}
