.formular
	{
	width: 800px;
	margin: 0px auto 0 auto;
	font-weight:bold;
	}
	
.formular900
	{
	width: 900px;
	margin: 0px auto 0 auto;
	font-weight:bold;
	}
	
.formular input[type='text'], .formular input[type='password'], .formular900 input[type='text'], .formular900 input[type='password'], #divs_menu input[type='text'], #divs_menu input[type='password']
	{
	background:#fff url(../imgs/barra_input.png) top repeat-x; 
	border:1px solid #ccc; 
	border-top:1px solid #999; 
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	color:#008;
	text-transform:uppercase;
	padding:4px;
	padding-left:3px;
	padding-right:3px;
	}

.formular select, .formular900 select, #divs_menu select
	{	
	background:#fff url(../imgs/barra_input.png) top repeat-x; 
	border:1px solid #ccc; 
	border-top:1px solid #999;
	padding:3px;
	padding-left:3px;
	padding-right:3px;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	color:#008;
	text-transform:uppercase;
	}			
		
.formular textarea, .formular900 textarea
	{
	background:#fff url(../imgs/barra_input.png) top repeat-x; 
	border:1px solid #ccc; 
	border-top:1px solid #999;
	padding:2px; 
	height:auto;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	color:#008;
	text-transform:uppercase;
	}
	
.formular input[type='text']:focus, .formular input[type='password']:focus, .formular select:focus, .formular textarea:focus, .formular900 input[type='text']:focus, .formular900 input[type='password']:focus, .formular900 select:focus, .formular900 textarea:focus, #divs_menu input[type='text']:focus, #divs_menu input[type='password']:focus, #divs_menu select:focus, #divs_menu textarea:focus
	{
	background:#FF9;
	}	
		
.formular input.error_input, .formular select.error_input, .formular textarea.error_input, .formular900 input.error_input, .formular900 select.error_input, .formular900 textarea.error_input
	{
	border: 1px solid red;
	}	
.formular fieldset, .formular900 fieldset, formular-livre fieldset
	{
	background: #F5F5F5; /* Old browsers */
	/*background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F5F5F5)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #FFFFFF 0%,#F5F5F5 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #FFFFFF 0%,#F5F5F5 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #FFFFFF 0%,#F5F5F5 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #FFFFFF 0%,#F5F5F5 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
	border:1px solid #ccc;
	width:auto;
	padding:10px;
	}
.formular legend, .formular900 legend, formular-livre legend
	{
	/*background: url('../imgs/bardeg25.png') repeat-x center;*/
	background-color:#009BE6;
	font-family:"Trebuchet MS",Tahoma,Arial;
	/*text-shadow: #FFF 1px 1px 1px;*/
	font-size:11px; 
	color:#FFF; 
	width:auto;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	*/
	text-transform:uppercase;
	}
	
input[type='text'], input[type='password'], select, textarea
	{
	margin-top:3px;
	margin-left:2px;
	margin-right:2px;
	}

.input_edit{
	border-radius:10px;
	background:#FFF url('../easyui/themes/icons/mini_edit.png') no-repeat 3px center;
	padding:3px;
	text-align:center;
	height:18px;
	line-height:18px;
	}
.input_edit:focus{
	background-color:#FF9;
	}	
.borda_azul{border:1px dotted #06F;}
.borda_verde{border:1px dotted #090;}
.borda_cinza{border:1px dotted #999;}
.borda_laranja{border:1px dotted #F90;}
.borda_amarelo{border:1px dotted #C90;}
.fundo_azul{background-color:#D9ECFF;}
.fundo_verde{background-color:#D8FFB0;}
.fundo_cinza{background-color:#F1F1F1;}
.fundo_laranja{background-color:#FFECD9;}
.fundo_amarelo{background-color:#FFFFCC;}

.btnEnviar
	{ 
	font-family:"Trebuchet MS",Tahoma,Arial;
	background:#333;
	border-radius:5px;
	border:1px solid #333;
	font-size:13px;
	color:#fff;
	margin-left:2px;
	margin-right:2px;
	width:auto;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	line-height:normal;
	}
.btnEnviar:hover
	{
	cursor:pointer;
	opacity:0.7;
	}
	
/*	
.btnEnviar
	{ 
	background: url('../imgs/play.png') no-repeat 5px center,  url('../imgs/bardeg25.png') repeat-x center;
	border:1px solid #ccc;
	border-bottom:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	font-family:"Trebuchet MS",Tahoma,Arial;
	text-shadow: #FFF 1px 1px 1px;
	font-size:11px;
	font-weight:bold;
	color:#222;
	margin-left:2px;
	margin-right:2px;
	width:auto;
	padding:4px;
	padding-left:22px;
	line-height:normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-opera-border-radius: 2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	text-transform:uppercase;
	}
		
.btnEnviar:hover
	{
	cursor:pointer;
	color:#03C;
	}
*/

.btnSim
	{ 
	background: url('../imgs/confirmar.png') no-repeat 5px center, url('../imgs/bardeg30.png') repeat-x center;
	border:1px solid #CCCCCC;
	border-bottom:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	font-family:"Trebuchet MS",Tahoma,Arial;
	text-shadow: #FFF 1px 1px 1px;
	font-size:16px;
	font-weight:bold;
	color:#222; 
	width:auto;
	padding:4px;
	padding-left:30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-opera-border-radius: 2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	text-transform:uppercase;
	}
		
.btnSim:hover
	{
	cursor:pointer;
	}

.btnNao
	{ 
	background: url('../imgs/cancelar.png') no-repeat 5px center, url('../imgs/bardeg30.png') repeat-x center;
	border:1px solid #CCCCCC;
	border-bottom:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	font-family:"Trebuchet MS",Tahoma,Arial;
	text-shadow: #FFF 1px 1px 1px;
	font-size:16px;
	font-weight:bold;
	color:#222; 
	width:auto;
	padding:4px;
	padding-left:30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-opera-border-radius: 2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	text-transform:uppercase;
	}
		
.btnNao:hover
	{
	cursor:pointer;
	}	
	
a.colorbox
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #00C;
	text-decoration:none;
	}
a.colorbox:hover, a.colorbox:active
	{
	text-decoration:underline;
	}
a.colorbox:visited
	{
	text-decoration:none;
	}
	
a.padraoPreto
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #222;
	text-decoration:none;
	}
a.padraoPreto:hover, a.padraoPreto:active
	{
	text-decoration:none;
	}
a.padraoPreto:visited
	{
	text-decoration:none;
	}
	
a.padraoVerde
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #090;
	text-decoration:none;
	}
a.padraoVerde:hover, a.padraoVerde:active
	{
	text-decoration:underline;
	}
a.padraoVerde:visited
	{
	text-decoration:none;
	}
	
a.padraoVermelho
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #C00;
	text-decoration:none;
	}
a.padraoVermelho:hover, a.padraoVermelho:active
	{
	text-decoration:underline;
	}
a.padraoVermelho:visited
	{
	text-decoration:none;
	}
	
a.padraoAmarelo
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #FF0;
	text-decoration:none;
	}
a.padraoAmarelo:hover, a.padraoAmarelo:active
	{
	text-decoration:underline;
	}
a.padraoAmarelo:visited
	{
	text-decoration:none;
	}	
	
a.padrao
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #00C;
	text-decoration:none;
	}
a.padrao:hover, a.padrao:active
	{
	text-decoration:underline;
	}
a.padrao:visited
	{
	text-decoration:none;
	}				

a.rodape
	{
	font-family:"Trebuchet MS",Tahoma,Arial;  
	font-size: 11px; 
	color: #0CF;
	text-decoration:none;
	}
a.rodape:hover
	{
	text-decoration:underline;
	}
a.rodape:active
	{
	text-decoration:underline;
	}
a.rodape:visited
	{
	text-decoration:none;
	}		

.BgcolorTr { background: #FFC url('../imgs/bardestaque.png') repeat-x bottom; } /* DESTACAR LINHA QUE SERÁ EDITADA */

.fontPreto10 {font-family:"Trebuchet MS",Tahoma,Arial;  font-size: 10px; color:#222}
.fontPreto10b {font-family:"Trebuchet MS",Tahoma,Arial;  font-size: 10px; color:#222; font-weight:bold}
.fontPreto11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#222}
.fontPreto11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#222;font-weight:bold}
.fontPreto12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#222}
.fontPreto13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#222}
.fontTituloPreto {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#222; font-weight:bold}
.fontTitulaoPreto {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#222; font-weight:bold}

.fontBranco10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#fff}
.fontBranco10b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#fff; font-weight:bold}
.fontBranco11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#fff}
.fontBranco11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#fff; font-weight:bold}
.fontBranco12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#fff}
.fontBranco12b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#fff; font-weight:bold}
.fontBranco13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#fff}
.fontBranco13b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#fff; font-weight:bold}
.fontTituloBranco {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#fff; font-weight:bold}
.fontTitulaoBranco {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#fff; font-weight:bold}

.fontCinza10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#999}
.fontCinza11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#999}
.fontCinza11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#999; font-weight:bold}
.fontCinza12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#999}
.fontCinza13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#999}
.fontTituloCinza {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#999; font-weight:bold}
.fontTitulaoCinza {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#999; font-weight:bold}

.fontAzul10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#009}
.fontAzul11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#009}
.fontAzul11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#009;font-weight:bold}
.fontAzul12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#009}
.fontTituloAzul {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#009; font-weight:bold}
.fontTitulaoAzul {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#009; font-weight:bold}

.fontAzulClaro10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#03F}
.fontAzulClaro11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#03F}
.fontAzulClaro11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#03F;font-weight:bold}
.fontAzulClaro12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#03F}
.fontTituloAzulClaro {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#03F; font-weight:bold}
.fontTitulaoAzulClaro {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#03F; font-weight:bold}

.fontVerde10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#090}
.fontVerde10b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#090; font-weight:bold}
.fontVerde11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#090}
.fontVerde11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#090; font-weight:bold}
.fontVerde12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#090}
.fontVerde13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#090}
.fontTituloVerde {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#090; font-weight:bold}
.fontTitulaoVerde {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#090; font-weight:bold}

.fontVermelho10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#c00}
.fontVermelho11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#c00}
.fontVermelho11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#c00;font-weight:bold}
.fontVermelho12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#c00}
.fontVermelho12b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#c00;font-weight:bold}
.fontVermelho13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#c00}
.fontVermelho13b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#c00;font-weight:bold}
.fontTituloVermelho {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#c00; font-weight:bold}
.fontTitulaoVermelho {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#c00; font-weight:bold}

.fontAmarelo10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#ff0}
.fontAmarelo11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#ff0}
.fontAmarelo11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#ff0;font-weight:bold}
.fontAmarelo12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#ff0}
.fontAmarelo12b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#ff0;font-weight:bold}
.fontAmarelo13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#ff0}
.fontAmarelo13b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#ff0;font-weight:bold}
.fontTituloAmarelo {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#ff0; font-weight:bold}
.fontTitulaoAmarelo {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#ff0; font-weight:bold}

.fontLaranja10 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 10px; color:#f60}
.fontLaranja11 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#f60}
.fontLaranja11b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 11px; color:#f60;font-weight:bold}
.fontLaranja12 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#f60}
.fontLaranja12b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 12px; color:#f60;font-weight:bold}
.fontLaranja13 {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#f60}
.fontLaranja13b {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 13px; color:#f60;font-weight:bold}
.fontTituloLaranja {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 14px; color:#f60; font-weight:bold}
.fontTitulaoLaranja {font-family:"Trebuchet MS",Tahoma,Arial; font-size: 18px; color:#f60; font-weight:bold}

.ecorban_login {
	width: 120px;
	position: relative;
	margin: -4px auto;
	border-radius: 0 0 10px 10px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	height:25px;
	line-height:25px;
	text-align:center;
	background: url('../../imgs/ecorban_mini.png') no-repeat 5px center, url('../imgs/bardeg25.png') repeat-x center;
	background-color: #FFFFFF;
}
.alerta_login {
	width: 250px;
	position: relative;
	margin: -6px auto;
	border-radius: 10px 10px 0 0;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	height:25px;
	line-height:25px;
	text-align:center;
	background: url('../imgs/alerta_mini.png') no-repeat 5px center, url('../imgs/bardeg25.png') repeat-x center;
	background-color: #FFFFFF;
	font-family:Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	padding-left:30px;
	padding-right:10px;
}
.sucesso_login {
	width: 250px;
	position: relative;
	margin: -6px auto;
	border-radius: 10px 10px 0 0;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	height:25px;
	line-height:25px;
	text-align:center;
	background: url('../imgs/sucesso_mini.png') no-repeat 5px center, url('../imgs/bardeg25.png') repeat-x center;
	background-color: #FFFFFF;
	font-family:Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	padding-left:30px;
	padding-right:10px;
}
.mensagem_alertinha {
	width: auto;
	margin-top:2px;
	float: left;
	height:22px;
	line-height:22px;
	text-align:center;
	background: url('../imgs/alerta_mini.png') no-repeat 3px center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
	padding-left:30px;
	padding-right:10px;
}
.mensagem_sucessinho {
	width: auto;
	margin-top:2px;
	float: left;
	height:22px;
	line-height:22px;
	text-align:center;
	background: url('../imgs/sucesso_mini.png') no-repeat 3px center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
	padding-left:30px;
	padding-right:10px;
}
.alertinha900 {
	width: 900px;
	margin: 2px auto 0 auto;	
	height:22px;
	line-height:22px;
	text-align:center;
	background: #FFC url('../imgs/alerta_mini.png') no-repeat 5px center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
	border:1px solid #FC0;
}
.alertinha800 {
	width: 800px;
	margin: 2px auto 0 auto;	
	height:25px;
	line-height:25px;
	text-align:center;
	background: #FFC url('../imgs/alerta_mini.png') no-repeat 5px center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
	border:1px solid #FC0;
}
.mensagem_erro {
	width: auto;
	max-width:900px;
	margin: 0px auto 0 auto;	
	height:40px;
	line-height:40px;
	text-align:center;
	background: transparent url('../imgs/alerta.png') no-repeat 4px center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}
.mensagem_info {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/info.png') no-repeat 0px center;
}
.mensagem_info2 {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/info.png') no-repeat 0px center;
}
.mensagem_info500 {
	width:500px;
	margin:20px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#222;
	text-shadow: #FFF 1px 1px 1px;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-radius: 10px 10px 10px 10px;
	background: url('../imgs/info30.png') no-repeat 10px center, url('../imgs/bardeg50.png') repeat-x center;
}
.mensagem_pergunta {
	width:500px;
	margin:20px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#222;
	text-shadow: #FFF 1px 1px 1px;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-radius: 10px 10px 10px 10px;
	background: url('../imgs/pergunta30.png') no-repeat 10px center, url('../imgs/bardeg50.png') repeat-x center;
}
.mensagem_preloader {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:35px;
	text-align:center;
	vertical-align:text-top;
	color:#FFF;
	background: transparent url('../imgs/preloader.gif') no-repeat center 35px;
}
.mensagem_sucesso {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/sucesso.png') no-repeat 0px center;
}
.mensagem_sucesso2 {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/sucesso.png') no-repeat 0px center;
}
.mensagem_sucesso500 {
	width:500px;
	margin:20px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#222;
	text-shadow: #FFF 1px 1px 1px;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-radius: 10px 10px 10px 10px;
	background: url('../imgs/sucesso30.png') no-repeat 10px center, url('../imgs/bardeg50.png') repeat-x center;
}
.mensagem_alerta {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/alerta.png') no-repeat 0px center;
}
.mensagem_alerta2 {
	width:900px;
	margin:0px auto 0 auto;	
	height:50px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	background: transparent url('../imgs/alerta.png') no-repeat 0px center;
}
.mensagem_alerta500 {
	width:500px;
	margin:20px auto 0 auto;	
	height:50px;
	line-height:50px;
	text-align:center;
	color:#222;
	text-shadow: #FFF 1px 1px 1px;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-radius: 10px 10px 10px 10px;
	background: url('../imgs/alerta30.png') no-repeat 10px center,  url('../imgs/bardeg50.png') repeat-x center;
}
.mensagem_result{
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	border:1px solid #222;
	background: url('../imgs/menu_back.png');
	box-shadow:#111 0 3px 4px;
	text-shadow: #000 0 1px 1px;
	height:auto;
	width:auto;	
}