/* CSS Document */

.tamanho_form_codigo{
width:180px;
	
}

.tamanho_form_dinamico{
width:69px;
	
}

.tamanho_form_ordem{
width:105px;
	
}

.destaqueimg {
	border:1px #000000 solid;
}

.tabelagrid {
	background:#A9B8C2;
	text-align:center;
}
.colunaEsq{float:left; color:#555454; width:290px; height:auto; min-height:290px; padding-right:45px; border-right:solid 1px #CCC;}
.colunaDir{float:right; color:#555454; width:250px; height:auto;}

form.cmxform {
	width: 100%;
	font-size: 1.0em;
}

form.cmxform legend {
	padding-left: 0;
}

/*
form.cmxform legend, form.cmxform label {
	color: #333;
}
*/
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;

}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	/*padding: 5px 10px 7px;*/

}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-family:arial;
	font-size:12px;
	margin-left:0px;
}
.form
{
	background-color:#ffffff;
}

input[type="checkbox"]{
	border:0px;

}

div.error { display: none; }
/*input.text,textarea {	border: 1px solid #CCC; }*/
input.checkbox { border:none; }
input:focus,textarea:focus { border: 1px dashed }
input.error,textarea.error { border: 1px dashed red; }
