/* reset CSS */
* {padding:0;margin:0;} 
li {list-style-type:none;}
a img {border:none;}

#noticia_principal img {max-width:400px;} /* Largura Maxima para navegadores com padrao CSS */
* html #noticia_principal img {width: expression( document.body.clientWidth > 400 ? "150px" : "auto" ); }
.res {padding:5px;margin:5px;font-weight:bold;text-align:center;background-color:#ffff00;display:none;color:#000;}

body{
	background-image: url(image/repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	margin:auto;
	height: 242px;
	background-color: #f1f2f2;
}


h1 {
	font-family: Arial;
	font-size:28px;
	color: #1d297d;
	font-weight: normal;
	}


h2 {
	font-family: Arial;
	font-size:18px;
	color: #853008;
	font-weight: bold;
	}



h3 {
	font-family: Arial;
	font-size:23px;
	color: #1d297d;
	font-weight: normal;
	}


h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	}



h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #464646;
	background-color: #cfd4e8;
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 5px;
	padding-left: 5px;
	}




h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6060;
	}

p {
	padding: 3px 0;	
	}
	
	
a:link {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #1d297d;
}	

a:hover {
   text-decoration: underline;
   	font-family: arial;
	font-size: 12px;
	color: #1d297d;
}

a:visited{
   text-decoration: none;
   	font-family: arial;
	font-size: 12px;
	color: #1d297d;
}






#container {
	background-image: url(image/header.jpg);
	height: 255px;
	background-repeat: no-repeat;
	margin:0 auto;
	width: 1004px;
}

/* MainMenu */




#mainmenu {
	padding-top:133px;
	margin-right:50px;
	margin-bottom:10px;
}

li.page_item .img_esq {display:block;float:left;width:6px;height:29px;background-image:url(image/mainmenu_esq.gif);}
li.page_item .img_dir {display:block;float:right;width:6px;height:29px;background-image:url(image/mainmenu_dir.gif);}

li.current_page_item .img_esq {display:block;float:left;width:6px;height:29px;background-image:url(image/mainmenu/mainmenu_esq.gif);}
li.current_page_item .img_dir {display:block;float:right;width:6px;height:29px;background-image:url(image/mainmenu/mainmenu_dir.gif);}

#mainmenu li {float:right;margin-left:5px;}

#mainmenu li a div {
	float:left;
	font-family: Arial;
	font-size:13px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(image/mainmenu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 12px;
	padding-left: 12px;		
}

#mainmenu li.current_page_item a div {
	float:left;
	font-family: Arial;
	font-size:13px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background:none;
	background-color:#7b96e6;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

#mainmenu li a:visited {}
/* #mainmenu li a div:hover {background-color:#7b96e6; background-image:none;} */


#mainmenu li .esq {float:left;}
#mainmenu li .dir {float:right;}


#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808285;
	width: 500px;
	margin:auto;

	
}


#coluna_01 {
	width: 220px;
	background-image: url(image/coluna_01.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

#link_twitter {
	background-image: url(image/link_twitter.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 200px;
	float: left;
	
	}


#downloads {
	width: 218px;
	margin-top: 20px;
	float: left;
}


#downloads h3 {
	background-image: url(image/dowloads.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 170px;
}



#downloads li {
	width: 200px;
	background-image: url(image/flexa_dow.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8f97ca;
	margin-bottom: 3px;
	
}


#downloads li p {
	font-family: Arial;
	font-size: 12px;
	color: #1d297d;
	margin-bottom: 7px;
	text-align: left;
	margin-left: 25px;
}



#downloads li a:link {
	font-family: Arial;
	font-size: 12px;
	color: #1d297d;
	text-decoration: none;
}

#downloads li a:hover {
    font-family: Arial;
	font-size: 12px;
	color: #7c83b3;
	text-decoration: none;
}


#downloads li a:visited {
    font-family: Arial;
	font-size: 12px;
	color: #1d297d;
	text-decoration: none;
}




#downloads_link {
	float: left;
	margin-top: 20px;
	margin-left: -20px;
}     






#categorias {
    width: 218px;
	margin-top: 20px;
	float: left;

}



#categorias h3 {
	background-image: url(image/pastinha.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 170px;
	
}


#categorias li {
	background-image: url(image/botao_categorias.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 195px;
	margin-top: -9px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	}

#categorias li a:link {
	font-family: Arial;
	font-size: 14px;
	color: #464646;
	text-decoration: none;
	text-align:left;}
	

#categorias li a:hover {
    font-family: Arial;
	font-size: 14px;
	color: #7c83b3;
	text-decoration: none;
	text-align:left;}

#categorias li a:visited {
    font-family: Arial;
	font-size: 14px;
	color: #464646;
	text-decoration: none;
	text-align:left;}



#posts {
    width: 200px;
	margin-top: 30px;
	float: left;
}


#posts h3 {
	text-align: left;
	margin-bottom: 5px;
	
}



#posts li {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #464646;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}



#posts li a:link  {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;
}	
	
	
#posts li a:hover {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: underline;

}
	
#posts li a:visited {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;
} 	
	
	
	
#posts #por {
	background-color: #cfd4e8;
	background-repeat: repeat-x;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	padding-left: 5px;
}	
	
		
	
#links {
	width: 218px;
	margin-top: 20px;
	float: left;

}

#links h3 {
	background-image: url(image/icone_estrela.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 135px;

}



#links li {
	width: 170px;
	background-image: url(image/flexx.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8f97ca;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
	}



#links li a:link {
	font-family: Arial;
	font-size: 12px;
	color: #1d297d;
	text-decoration: none;
	text-align: left;
}

#links li a:hover {
    font-family: Arial;
	font-size: 12px;
	color: #7c83b3;
	text-decoration: none;
	text-align: left;
}


#links  li a:visited {
    font-family: Arial;
	font-size: 12px;
	color: #1d297d;
	text-decoration: none;
	text-align: left;
}	
	

/* Campo de pesquisa */

#form_search {
   display:block;
   }

#searchform {
	height: 119px;
	width: 660px;
	background-image: url(image/campo_pesquisa.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
	
}

#searchsubmit {
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	height: 23px;
	width: 87px;
	font-family: Arial;
	font-size: 12px;
	color: #131e6a;
	float: left;
	margin-top: 55px;
	cursor:pointer;	
}

#searchinput {
	background-color: #dbdfed;
	height: 18px;
	width: 297px;
	border: 1px solid #9fa8c6;
	float: left;
	margin-top: 55px;
	margin-left: 15px;
	margin-right: 5px;
	font-family: arial;
	font-size: 12px;
	color: #5e6683;
	padding-top: 5px;
}

#searchtexto {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: left;
	float:left;
	margin-top: 5px;
	margin-left: 15px;
	}

#searchtexto a:link {
	text-decoration: underline;
	color: #202c80;
	font-family: Arial;
	font-size: 13px;
	}

#searchtexto a:hover {
	text-decoration: underline;
	color: #202c80;
	font-family: Arial;
	font-size: 13px;
	}
	
#searchtexto a:visited {
	text-decoration: underline;
	color: #202c80;
	font-family: Arial;
	font-size: 13px;
	}



/* Principal */ 

#principal {
	width:473px;
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6878b0;
	float:left;
	margin-left: 20px;
	padding-right: 15px;	
}

#noticia_principal {}
#noticia_principal a:link {text-decoration:underline;}
#noticia_principal a:visited {text-decoration:underline;}
#noticia_principal a:hover {color:#424242;}


#noticia_principal .breadcrumb {
	text-align:left;
	margin-bottom:8px;
	margin-top:10px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}








#noticia_principal h1 {
	text-align: left;
	width: 400px;
}


#noticia_principal h1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#noticia_principal h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

#noticia_principal h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#noticia_principal li {
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	
}

#noticia_principal a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#noticia_principal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}


#noticia_principal a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}




#destaque {
	width: 249px;
	text-align: left;
	margin-top: 20px;
	}

#destaque li {
	background-color: #fbf9c7;
	width: 400px;
	border: 1px solid #f0dfaa;
	margin-top: 10px;
}

#destaque li #img {
	height: 140px;
	width: 140px;
	border: 5px solid #f9f8e4;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#destaque li h2 {
	width: 200px;
	float:right;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
}


#data_destaque {
    margin-top: 5px;
	margin-right: 18px;
    width: 200px;
	font-family: arial;
	font-size: 11px;
	color: #c0943c;
    float:right;
	text-align: left;
}

#destaque li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	float:right;
	width: 200px;
	margin-right: 20px;
	}




#destaque li a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b03348;
	text-decoration: underline;
	text-align: left;
	float:right;
	width: 200px;

}

#destaque li a:hover {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b03348;
	text-decoration: underline;
	text-align: left;

	
}


#destaque li a:visited {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b03348;
	text-decoration: underline;
	text-align: left;


}




#outros_posts {
	text-align: left;
	margin-top: 20px;
	width: 420px;
}


#outros_posts h1 {
	margin-bottom: 0px;
}

#outros_posts h4 {
   text-align: left;
}


#outros_posts li {
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: none;
}




#outros_posts h4 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;

}


#outros_posts h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: underline;
	}
	
#outros_posts h4 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;

}
	

#outros_posts p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	
}


#outros_posts p a:link {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#outros_posts p a:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}
	
#outros_posts p a:visited {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 210px;

}



#colunistas {
	width: 194px;
	margin-left: 10px;
	
}

#colunistas li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d7e9;
	float:left;
	margin-bottom:10px;	
}


#colunistas li h1 {
   background-image: url(image/icone_colunistas.gif);
   background-repeat: no-repeat;
   margin-bottom: 10px;

}


#colunistas li img {
	float: left;
	margin-right: 10px;
	height: 50px;
	width: 50px;
}


#colunistas li h4 {
	float: left;
	width:134px;
	text-align: left;			
}


#colunistas li h4 a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;
	
	}

#colunistas li h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: underline;	

	}


#colunistas li h4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b22d00;
	text-decoration: none;
	
	}



#colunistas li h6 {
	float:left;
	width:134px;
	text-align: left;
	margin-bottom: 20px;

}



#colunistas li h6 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6060;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#colunistas li h6 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6060;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#colunistas li h6 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6060;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}





#footer {
    clear:both;
	background:url(image/footer.jpg) repeat-x left top #2c2c2c;
	color:#fff;
	text-align:center;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:10px auto 0;
	padding:23px 0 33px;
	display:block;
}
	 
#footer p {
     padding:2px 0;
	 }
	 
#footer a:link {
	color:#fff;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	 }
	 
#footer a:hover {
     color:#fff;
     text-decoration:underline;}
	 
#footer a:visited {
     color:#fff;
	 text-decoration:underline;;
	 }


#rodape {
    font-family:arial;
	font-size:12px;
	color:#a7a9ac;
	}

#rodape a:link {
	font-family:arial;
	font-size:12px;
	color:#a7a9ac;
	text-decoration: underline;
}

#rodape a:link {
	font-family:arial;
	font-size:12px;
	color:#a7a9ac;
	text-decoration: underline;
}

#rodape a:hover {
	font-family:arial;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
}

#rodape a:visited {
	font-family:arial;
	font-size:12px;
	color:#a7a9ac;
	text-decoration: underline;
}



#col_desc {
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 450px;
	height: auto;
	background-image:url(image/fundo_colunistas.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c3c3c3;
	padding: 8px;
}


#list-category li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878db7;
	padding-bottom: 15px;
}




#col_desc h4 {
	text-align: left;
}


#col_desc_txt h3 {
margin:none; }


#col_desc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
		
}



#col_desc_img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}


#list-category {
    width: 450px;
	text-align: left;
	margin-bottom: 15px;
}


#list-category h2 {
	font-family: arial;
	font-size: 16px;
	color: #1d297d;
	font-weight: bold;
}

#list-category .data_categoria {
	font-family: arial;
	font-size: 12px;
	color: #8d8d8d;
	background-image: url(image/reloginho.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}





#list-category li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


#list-category li a:link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#list-category li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;

}


/* Search */
#search-results {
	margin-bottom:10px;
	margin-right: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(image/fundo_se.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a6b1d3;	
	height: 19px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#search-list li {
    margin-right: 15px;
	margin-bottom:5px;
	padding:2px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d297d;
	text-align: left;
}
#search-list li:hover {}
#search-list h4 a {font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; text-decoration:underline; color:#1d297d;}
#search-list p a {color:#464646;text-decoration:none;}
#search-list .post-url {color:#b22d00;text-decoration:underline;}



/* Form Contato [contact.php] */
#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top: 10px;	
}
#form1 label {display:block;}
#form1 fieldset {border:none;}
#form1 legend {font-size:18px;}
#form1 input,textarea {
	width:400px;
	border:solid 1px #9fa8c6;
	padding:2px;
	background-color: #eaecf4;
	}

.res {
	text-align:center;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffff00;
	display:none;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


#lista_categoria{
	text-align: left;	
		
}


#lista_categoria h3 {
	text-align: left;

}

#lista_categoria li {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-bottom: 15px;	
}


#lista_categoria .data_categoria {
	font-family: arial;
	font-size: 12px;
	color: #8d8d8d;
	background-image: url(image/reloginho.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top:4px;
	}




#lista_categoria h3 {
	font-family: arial;
	font-size: 16px;
	color: #1d297d;
	font-weight: bold;
}


#lista_categoria a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#lista_categoria a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}


#lista_categoria a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


/* newsletter */


#newsletter {
	background-image: url(image/new_sletter.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 191px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	
}



#newslettersubmit {
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	height: 20px;
	width: 64px;
	font-family: Arial;
	font-size: 12px;
	color: #131e6a;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	cursor:pointer;		
}

#newsletterinput {
	background-color: #dbdfed;
	height: 23px;
	width: 170px;
	border: 1px solid #9fa8c6;
	float: left;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c93ac;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}



#publicidade {
	float: left;
	}

#banner01 {
	float: left;
	height: 132px;
	width: 132px;
	margin-top: 10px;
	margin-left: 10px;		
	}


#banner02 {
	float: left;
	height: 132px;
	width: 132px;
	margin-top: 10px;
	margin-left: 10px;	
	}




/* Comentario */

#conteudo_comentario {
	float: left;
	width: 400px;
	text-align:left;
	}


#autor_comentario {
  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1d297d;
	font-weight: bold;
	
}

#data_comentario {
   font-family: arial;
   font-size:11px;
   color:#b22d00;
   }

#texto_comentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#aprovacao_comentario{
	font-family: arial;
	font-size:11px;
	color:#b22d00;
	font-weight: bold;
}



#comments {
	float:left;
	margin-top: 20px;
	text-align:left;
		
}


#post_comment_form fieldset{
	border:none;	
	}

.post_comment_form {
	height: 230px;
	width: 420px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(image/comentarios_imagem.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align:left;
	
	}
	
.post_comment_form legend {
    width:200px;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #1d297d;
	float:left;
	
		
	}
	
.post_comment_form label {
	color:#000;
	font-family: Arial;
	font-size: 12px;
	width: 200px;

	}
	
.post_comment_form input {
	width:231px;
	height: 20px;
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
	margin-top: 10px;
	
	
	}
	
	
.post_comment_form textarea {
	width:379px;
	height: 76px;
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;	
	font-family: arial;
	font-size: 12px;
	color: #898989;
	margin-top: 10px;
	}
	
	
#submit-comments {
	width:64px;
	height:22px;
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
	cursor:pointer;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	cursor:pointer;	
	}
   
  