/**********************************Name: cmxform Styles***********************************/form.cmxform {	width: 370px;	font-size: 1.0em;	color: #333;}form.cmxform legend {	padding-left: 0;}form.cmxform legend, form.cmxform label {	color: #333;}form.cmxform fieldset {	border: none;	border-top: 1px solid #C9DCA6;	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;	background-color: #F8FDEF;}form.cmxform fieldset fieldset {	background: none;}form.cmxform fieldset p, form.cmxform fieldset fieldset {	padding: 5px 10px 7px;	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-style: italic}div.error { display: none; }input {	border: 1px solid black; }input:focus { border: 1px dotted black; }input.error { border: 1px dotted red; }form.cmxform .gray * { color: gray; }/** Classes para o autocomplete **/.suggestionsBox {	position: relative;	left: 30px;	margin: 10px 0px 0px 0px;	width: 200px;	background-color: #212427;	-moz-border-radius: 7px;	-webkit-border-radius: 7px;	border: 2px solid #000;	color: #fff;}.suggestionList {	margin: 0px;	padding: 0px;}.suggestionList li {	margin: 0px 0px 3px 0px;	padding: 3px;	cursor: pointer;}.suggestionList li:hover {	background-color: #659CD8;}div#menu {	width:800px;	text-align:center;	float:center;}div#menu a:link, a:hover, a:visited{	text-decoration:none;}div#corpo {	width:800px;	float:center;}div#corpo ul {	list-style:none;	display:inline;	height:8px;	margin-left:15px;}div#corpo form {	border:1px solid;	padding-bottom:15px;	padding-left:15px;	padding-right:15px
}div#pesquisa_cadastro {	width:780px;	height:15px;}div#pesquisa {	float:right;	width:240px;	border:none !important;}div#pesquisa form{	border:0px;	padding-bottom:0px;	padding-left:0px;	padding-right:0px;}div#cadastro{	float:left;	width:250px;}li#excluir {	float:right;	border-top:1px solid;	margin-top:-9px;	height:8px;}li#editar {	float:right;	padding-right:55px;	margin-top:-9px;	border-top:1px solid;	height:8px;	}li#item {	border-top:1px solid;	height:8px;	}