.erro					{ FONT-SIZE:10px; color:#d85900; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
.sucess					{ FONT-SIZE:10px; color:#00EE00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}

.required {
	position:absolute; 
	display:none; 
	height:150px; 
	width:300px; 
	top:0px; 
	left:0px; 
	border:0px; 
	z-index:999999;
}
.required_if{
	position:absolute; 
	display:none; 
	height:150px; 
	width:300px; 
	top:0px; 
	left:0px; 
	background-color:#FFFFFF; 
	border:0px; 
	z-index:999998;
/*
	filter: Alpha(opacity=100); 
	-moz-opacity: 1;
*/
}

.alert_table{
	width:100%;
	height:100%;
	border:1px solid #336699;
}

.act_button{
	font-weight:bold;
	color: #505050;
	text-align:left;
	margin-left:2px;
	padding:5px 10px 5px 23px;
	border: 1px solid #c0c0c0;
	background-position:4px 3px;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	height:25px;
	width:100px;
	cursor:pointer;
}
.disable_layer {
	position:absolute; 
	height:0px; 
	width:0px; 
	top:0; 
	left:0; 
	z-index:999999;
	border:0px;
}

.disable_layer_if {
	position:absolute; 
	height:0px; 
	width:0px; 
	top:0; 
	left:0; 
	background-color:#ffffff; 
	border:0px; 
	z-index:999998;
	/*
	filter: Alpha(opacity=60); 
	-moz-opacity: 0.6;
	*/
}

.act_button#confirmar {
	background-image:url(/images/icons/pack/certo.gif);
}
.act_button#cancel {
	background-image:url(/images/icons/pack/errado.gif);
}
.act_button#ok {
	background-image:url(/images/icons/pack/certo.gif);
	width: 50px;
}
