/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: none }

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	color: #595241;
}
	
select { padding: 0; }

form.cmxform fieldset {
	margin-bottom: 8px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	vertical-align: top;
	cursor: hand;
	text-align: right;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 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 label {
	width: 80px; /* Width of labels */
	padding-right: 17px;
}

form.cmxform label.required {
	background: url(../../img/icons/required.gif) no-repeat top right;
}

form.cmxform fieldset fieldset label {
	margin-left: 100px;	/* Width plus 3 (html space) plus 17 (padding-left) */
}

form.cmxform label.error {
	margin-top: 3px;
	margin-left: 100px;
	width: 300px;
	text-align: left;
}

form.cmxform input.submit {
	margin-left: 100px;
	width: auto;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform textarea, form.cmxform input {
	width: 300px;
} 

form.cmxform  input.error, form.cmxform  textarea.error {
	border: 1px dotted red;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px 0;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: block;
	color: red;
	font-style: italic;
}

div.error { display: none; }

.warning { color: red; }