div.comentarios_objeto{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
	margin-left:10px;
	width: 100%;

	margin-top:10px;

}

div.n_comentarios_objeto{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	margin:10px 0 0 10px;
	font-size:10px;
}

div.n_comentarios_objeto h2{
	float: left;
	color: black;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight: normal;
}

div.comentarios_objeto h1{
	font-size:12px;
	color: grey;
	text-decoration: none;
	float: right;
	background-image: none;
	background-color: red;
	
}
div.comentarios_objeto h2{
	float: left;
	color: grey;
	margin:0;
	padding:0;
	font-size:14px;
}

div.comentarios_objeto h2.sf_comments_title{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	color: white;
	font-size:15px;
	background-color: gray;
	margin-bottom:10px;
	padding-left:10px;
}

div.comentarios_objeto #sf_comment_list{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
	div.comentarios_objeto #sf_comment_list p{
		position: relative;
		float: left;
		color: r	e;
	}
		div.comentarios_objeto #sf_comment_list p a{
			font-size:12px;
			color: #0098D7	;
			text-decoration: none;
			font-weight: bold;
		}
				div.comentarios_objeto #sf_comment_list p a:hover{
					text-decoration: underline;
				}
				
				
div.formulario_comentario{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

div.formulario_comentario fieldset{
	border: 0;
	
}

div.comentarios_objeto #sf_comment_list .sf_comment{
	position: relative;
	float: left;
	width: 100%;
	margin:3px;
	padding-bottom:5px;
	border: solid 1px #0098D7;
}

div.comentarios_objeto #sf_comment_list .sf_comment img {
	position: relative;
	float: left;
}
	div.comentarios_objeto #sf_comment_list .sf_comment .sf_comment_info{
		position: relative;
		float: left;
		padding-left:10px;
		width: 90%;
	}
		div.comentarios_objeto #sf_comment_list .sf_comment .sf_comment_text{
			position: relative;
			float: left;
			width: auto;
			font-size:11px;
			color: gray;
			padding-left:10px;
		}
		
		
	.sf_comment_form div {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.sf_comment_form fieldset {
margin-top:15px;
position: relative;
float: left;
padding: 0;
border: 0;
width: 100%;
padding:10px;
margin:10px;
}

.sf_comment_form label {
margin: 0;
padding: 0;
display: block;
color: black;
}

.sf_comment_form input, .sf_comment_form textarea {
padding: 1px 0 1px 10px;
min-width: 30em;
background: #fff url(../images/input-shadow.gif) top left repeat-x;
}

.sf_comment_form textarea {
height: 10em;
}

.sf_comment_form .form_error {
color: red;
font-weight: bold;
}

.sf_comment_form input.submit {
color: #666;
width: 99%;
border: 1px #666 solid;
height: 2.2em;
margin: 0 0 0 0;
padding: 0 0px;
font-size: 1em;
min-width: 0;
background: none;
background-color: #ececec;
clear: both;
}

.sf_comment_form input.submit:hover {
color: #ececec;
border: 1px #ececec solid;
background-color: #666;
}

.sf_comment_form .required input, .sf_comment_form .required textarea {
background: #fff url(../images/input-shadow-required.gif) top left no-repeat;
}

.sf_comment_form_error {
color: red;
font-weight: bold;
}

.sf_comment_info a {
color: black;
text-decoration: none;
}

#sf_comment_ajax_indicator {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
background: transparent url(../images/indicator.gif) top left no-repeat;
}

ul.star-rating{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	background-color: red;
}
