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

Name: cmxform Styles

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


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


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
}
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; }
form.cmxform .gray * { color: gray; }

@charset "utf-8";




/* CSS Document */

form{margin:0; padding:0; }


form.cmxform .textfield {width:300px; height:15px; margin:2px; color:#666;  border:1px solid #999; font-size:11px; }
form.cmxform .textarea { width:300px; height:100px; color:#666;  border:1px solid #999; font-size:11px; margin:2px;}
form.cmxform .label {width:100px; height:20px; float:left; text-align:right; margin:5px 10px 5px 0;}
form.cmxform p {width:500px; margin:0; padding:5px; min-height:30px; border-bottom:1px solid #EEE;}
form.cmxform .select {width:300px; height:20px; margin:5px; 0 1px 0; color:#666;}
form.cmxform fieldset {margin-top:20px; border-top:1px solid #CCC; border-bottom:1px solid #CCC; border-left:none; border-right:none; background:#F7F7F7}
form.cmxform legend {font-weight:bold; color:#690; font-size:14px;}
.button {background:url(../imgs/bg-botao-cinza.jpg) no-repeat; width:84px; height:37px; color:#FFFFFF; border:none; font-size:10px;}