/**********************************

Name: cmxform Styles

***********************************/

/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

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

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	font-size: 12px;
	vertical-align: top;
	cursor: hand;
}

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: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 3px;
	width: 200px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

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

form.cmxform {
	/* width: 350px; */
	/* margin-left: 90px; */
	font-family: verdana; font-size: 12px; 
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #666666;
}

form.cmxform fieldset {
	border: none;
	border-top: 11px solid #FFFFFF;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #FFFFFF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 10px;
	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-family: verdana;	
	font-size: 12px;
	font-style: italic
}
div.error { display: none; }
input.text { font-family: verdana; width: 200px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }
input.text_cadastro { font-family: Verdana, Arial, Helvetica, sans-serif; width: 260px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }
input.text_telefone{ font-family: verdana; width: 162px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }
input.text_prefixo { font-family: verdana; width: 27px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }

input.text_tel_cadastro{ font-family: verdana; width: 150px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }
input.text_pref_cadastro { font-family: verdana; width: 27px; font-size: 12px; padding: 1px; color: #666666; border: border: solid 1px #7F9DB9; }

input.submit { font-family: verdana; font-size: 9px; color: #000000; width: 50px; border: border: solid 1px #7F9DB9; }
input.checkbox { border: none }
input:focus { border: border: solid 1px #7F9DB9; }
input.error{ font-family: Verdana, Arial, Helvetica, sans-serif; width: 260px; font-size: 12px; padding: 1px; color: #666666; border: solid 1px #CE2A2A; }
form.cmxform .gray * { color: gray; }