@charset "utf-8";
/* CSS Document */

/*
*	estilos para blocos de mensagens  nas páginas de cadastro
*/
.block_wrap_itens_cadastro{
	background-color:#E7E7E7;
	border:1px solid #CCCCCC;
	display:inline;
	float:left;
	height:auto;
	margin-top:15px;
	padding:10px;
	width:100%;

}
.message_top_cadastro{
	padding-bottom:10px;
	border-bottom:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
}

.block_msg_before_input{
	display:inline;
	float:left;
	position:relative;
	width:170px;
	height:auto;
	padding-left:5px;
	text-align: right;
	padding-top:3px;
}
.block_msg_input, .block_msg_before_input_2collun{
	display:inline;
	float:left;
	position:relative;
	width:500px;
	height:auto;
	margin-left:8px;
}
.block_msg_before_input_2collun{
	width:250px;
}
.text_required{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.text_required b{
	color: #F00;
	margin-right:3px;
	font-size:15px;
}
.btn_cadastrar_atualizar{
	background-image:url(../images/botoes/rnd_orange_124_x_28_bg_E7E7E7.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	display:inline;
	width:124px;
	height:28px;
	cursor:pointer;
}
