

body, html {COLOR: #333333; line-height: 180%; TEXT-DECORATION: none; FONT-SIZE: 14px; font-family: arial, verdana, sans-serif; height:100%;}


body{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#erro_news {
	width: auto;
	height: 20px;
	float: left;
	display:inline;
	margin-top: 24px;
	margin-left: -150px;
	color: #DA2627;
	font-weight:normal; 
	font-size:13px;
}

#local_news {
	width: 309px;
	height: 95px;
	float: left;
	display:inline;
	color: #0E6148;
	font-weight:normal; 
	font-size:13px;
	margin-top: 5px;
}

#news_nome {
	width: auto;
	height: 27px;
	float: left;
	display:inline;
	margin-left: 5px;
	margin-top: 3px;
}

#news_img {
	width: 67px;
	height: 35px;
	float: left;
	display:inline;
	margin-left: 45px;
	margin-right: 5px;
}

#news_enviar {
	width: 80px;
	height: 35px;
	float: left;
	display:inline;
	margin-left: 5px;
	margin-top: 3px;
}

#news_caracteres {
	width: auto;
	height: 47px;
	float: left;
	display:inline;
	margin-left: 1px;
	margin-top: 3px;
}

#form_pedaco {
	width: 190px;
	height: auto;
	float: left;
	display:inline;
	margin-bottom: 5px;
}
#form_pedaco2 {
	width: 290px;
	height: auto;
	float: left;
	display:inline;
	margin-bottom: 5px;
}

#form_pedaco3 {
	width: 290px;
	height: auto;
	float: left;
	display:inline;
	margin-bottom: 5px;
	margin-right: 20px;
}

#form_pedaco4 {
	width: 290px;
	height: auto;
	float: left;
	display:inline;
	margin-bottom: 5px;
}

#form_esq {
	width: 100%;
	height: auto;
	float: left;
	display:inline;
	text-align: left;
}

#form_dir {
	width: 100%;
	height: auto;
	float: left;
	display:inline;
	margin-top: -2px;
	margin-bottom: 5px;
}

#form_txt {
	margin-top: -2px;
}

#form_dir2 {
	width: 100%;
	height: auto;
	float: left;
	display:inline;
	margin-top: -2px;
	margin-bottom: 15px;
}


#divisor_form {
	width: 100%;
	height: 10px;
	float: left;
	display:inline;
}

#divisor_form2 {
	width: 100%;
	height: 30px;
	float: left;
	display:inline;
}

input[type=submit] {
	width: 70px;
	height: 28px;
	font-size: 12px;

	color: #ffffff;
	background: #6199F8;
	padding: 6px 11px 6px 10px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 0px;
	font-weight: bold;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	behavior:url(border-radius.htc);
	}
input[type=submit]:hover { 
	background: #317BF7;  
	color: #ffffff;
	}
	
	
.InputPadrao {
	color: #0802DE;
	font-size: 13px;
	text-align: left;
	border-style: solid;
	border-color: #96BBFA; 
	border-width: 2px; 
	background-color: #96BBFA;
	border-radius: 4px;
	padding:4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior:url(border-radius.htc);
}
.InputSelected {
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	border-style: solid;
	border-color: #6199F8; 
	border-width: 2px; 
	background-color: #6199F8;
	outline:none;
	border-radius: 4px;
	padding:4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior:url(border-radius.htc);
}

