/*
Name: comments.css
Author: David R. Mullinax
Description: Style sheet used for comments.php
Creation Date: October 28, 2009
Modifications: 
version 1.00
*/

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

fieldset {
	border: 1px solid #ddd; 
	padding: 10px; 
	margin: 10px;
	background-color:#F5F5F5;
}

img#title_comments{width:302px;height:43px;}
input[type="text"].txt{width:auto;}
label{float:left; width:175px; font-weight:bold;}
form br{clear:both; margin-bottom:1em;}
div.rate{float:left; margin:5px 0;}
div.rate label{float:left; width:120px; white-space:nowrap;}
div.rate br{margin-bottom:auto;}
div#content table.summary th{ white-space:nowrap;}
div#content table.summary th, div#content table.summary td{background-color:#F5F5F5;}
