/* CSS Document */
label.error {
	font-style:italic !important;
	color: red !important;
	
	display: block !important;
	margin: 2px !important;
	padding: 0px !important;
	width: auto !important;
}

div.error,div.errorAreaRestrita {
	background-color: #ffdada !important;
	border: 1px solid red !important;
	margin: 5px !important;
	padding: 5px !important;
}

div.error,div.errorAreaRestrita { display: none }

.cancel{
	background:url('../imgs/estrutura/button_form_reset_off.gif');
	border: none;
	
	cursor:pointer;
	
	width: 60px;
	height: 22px;
}
.cancel:hover{
	background:url('../imgs/estrutura/button_form_reset_on.gif');
	border: none;
	
	width: 60px;
	height: 22px;
}

.submit{
	background:url('../imgs/estrutura/button_form_submit_off.gif');
	border: none;
	
	cursor:pointer;
	
	width: 60px;
	height: 22px;
}
.submit:hover{
	background:url('../imgs/estrutura/button_form_submit_on.gif');
	border: none;
	
	width: 60px;
	height: 22px;
}
