/********** layout_index ************/

.yes_repeat_x {
	background-repeat: repeat-x;
	background-position: left top;
}
.yes_repeat_y {
	background-repeat: repeat-y;
	background-position: left top;
}
.no_repeat {
	background-repeat: no-repeat;
	background-position: center top;
}
.separador_rodape {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.border_rodape {
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.news_discramler {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
}

/********** outras ************/

.butform{
	background-color:#006b8f;
	color:#FFFFFF;
	border:0px;
	height:20px;
	width:auto;
	font-size: 11px;
	cursor:hand;
}
.input{
	BORDER: #999999 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.input_transparent{
	background-color:transparent;
	border:0px;
	border-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
