#addCommentWindow { display: none; }
#addCommentWindow form input[type=text], 
#addCommentWindow form select, 
#addCommentWindow form textarea { 
	min-height: 30px; padding: 5px 10px; background: white; border: 1px solid silver;
	font-size: 11pt;
}
#addCommentWindow form img { border: 2px solid silver; }
#addCommentWindow .starsRatings span,
#addCommentWindow .starsRatings span.checked { 
	display: block; float: left; width: 10px; height: 15px; 
	background: url('/web/20160229152240im_/http://info/templates/default/images/icons/star_noactive.png') no-repeat;
	cursor: pointer; padding: 5px 9px; font-weight: bold;
}
#addCommentWindow .starsRatings span:hover {
	background: url('/web/20160229152240im_/http://info/templates/default/images/icons/star.png') no-repeat;
}

form div.form-row { padding: 5px 0px; }
form div.form-row label { display: block; }
form div.form-row input { width: 190px; margin-left: 5px; }
form div.form-row select { width: 200px; margin-left: 5px; }
form div.form-row .half { width: 80px; }
form div.form-row .full { width: 100%; }

hr.breakline { height: 1px; border: 0; margin: 10px 0px; background: none; border-bottom: 1px dotted #cddef4}


