#comentario{
	background-image: url(../imagens/site/bg_comentario.jpg);
	background-repeat: repeat;
	text-align: left;
	display: block;
	padding: 5px;
	width: 380px;
	height: 415px;
}

#lercomentario{
	background-image: url(../imagens/site/bg_comentario.jpg);
	background-repeat: repeat;
	width: 500px;
	padding:10px;
	display:block;
}

/* ----- FORM ----- */

#comentario form {
	width:360px;
	margin:0px;
}

#comentario fieldset {
	border:none;
	*border:0px;
}

#comentario form fieldset label {
	color:#FFF;
	display:block;
	width:350px;
	float:left;
	color:#333333;
	margin-bottom:10px;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#comentario form fieldset label.labmensagem {
	width:370px;
}

#comentario form fieldset label.labmensagem textarea {
	width:320px;
	height:100px;
	*margin-top: 0;
	padding:3px;
	border:none;
	*border:0px;
	overflow-y: auto;
	font-family: arial, tahoma, sans-serif;
	color: #333333;
}

#comentario form fieldset label input {
	width:320px;
	border:none;
	padding:3px;
	*border:0px;
	border:none;
	margin-bottom: 6px;
	color: #333333;
}

#comentario form fieldset input.botao {
	border:none;
	color:#FFFFFF;
	padding:3px;
	cursor:pointer;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../imagens/site/bg_data.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 120px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ----- OPCOES COMENTARIO ----- */
.opcoescoment{
	display: block;
	clear:both;
	height:45px;
}

.opcoescoment a.comente,
.opcoescoment a.lercomentario,
.opcoescoment a.imprimir,
.opcoescoment a.topo{
	background-attachment: scroll;
	background-image: url(../imagens/site/coment.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
}

.opcoescoment a.comente{
	background-position: left top;
	width: 118px;
}

.opcoescoment a.lercomentario{
	background-position: -118px top;
	width: 163px;
}

.opcoescoment a.imprimir{
	background-position: -281px top;
	width: 118px;
}

.opcoescoment a.topo{
	background-position: -399px top;
	width: 90px;
}

.opcoescoment a.comente:hover{
	background-position: left bottom;
}

.opcoescoment a.lercomentario:hover{
	background-position: -118px bottom;
}

.opcoescoment a.imprimir:hover{
	background-position: -281px bottom;
}

.opcoescoment a.topo:hover{
	background-position: -399px bottom;
}

.opcoescoment{
	display:block;
	margin-left:50px;
}


/* ----- LERC OMENTARIO ----- */

.lertitulo{
	background-image: url(../imagens/site/bg_titulo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 64px;
	padding-top:5px;
	width: 480px;
	margin-left: 5px;
	margin-top:25px;
	margin-bottom:20px;
}

.lertitulo .data{
	width: 30px;
	margin-left: 11px;
	_margin-left: 7px;
	margin-top:3px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	color:#FFFFFF;
	position:relative;
	background-image: url(../imagens/site/bg_data.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lertitulo h1,
.lertitulo h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	margin-top: 5px;
	color: #333333;
	display: block;
	height: 25px;
	width: 400px;
	float:left;
	margin-left: 10px;
}

.lertitulo h2{
	margin-top:0;
}

.lercoment p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	width: 460;
	margin-left:20px;
	color: #333333;
}

.separa{
	display: block;
	height: 12px;
	width: 90%;
	clear:both;
	background-attachment: scroll;
	background-image: url(../imagens/site/separa.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

