.myform{
margin:0 auto;
width:100%;
padding:0;
}
#main_body{font-family:Verdana, Geneva, sans-serif;}
#stylized{
border-left:solid 0 #ccc;
border-right:solid 0 #eee;
border-top:solid 0 #ccc;
border-bottom:solid 0 #eee;}

.updated{border:1px solid #ccc; background:#FFC;font-size:1opx; /*height:25px;line-height:25px;*/width:94%;}
.msg_updated{width:100%;height:25px;line-height:25pxborder:1px solid #999;color:#999;}
.rr_thumb_up{font-size:14px;color:green; }
.rr_thumb_down{font-size:14px;color:red; }
input.report_input[type="text"] 
{
height:23px;
line-height:23px;
width:330px;
color:#999;
font-size:11px;
}

.love {
	background:url("/wp-content/plugins/rate-post-comment/images/love.png") no-repeat;
}
.hate {
	background:url("/wp-content/plugins/rate-post-comment/images/hate.png") no-repeat;
}
.love:hover {
	background-position: bottom left;
}
.hate:hover {
	background-position: bottom left;
}
.love,
.hate {
	cursor:pointer;
	float:right;
	padding:10px 5px 0 16px;
	height:16px;
}
