/* CSS Document */

.fwCommentForm table {
		
}

.fwCommentForm td {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	vertical-align:top;	
}

.fwCommentForm .bbPreviewField {
	
border: solid 1px #cccccc;
padding:12px;	
	
}

.fwCommentForm td.label {
	
width:100px;
	
}

.fwCommentForm #commentBody {	
	width:100%;
	height:130px;
}

.fwCommentForm .fwCommentExpander {
margin:0px;
text-align:right;	
text-decoration:none;
font-size:11px;
display:block;
}

.fwCommentForm #fwNotifier {
padding: 0px;	
}

.fwCommentForm #fwNotifier h4, .fwCommentForm #fwNotifier ul  {
margin:0px;	
font-size:12px;
}

.fwCommentForm #fwNotifier ul  {
padding-left:1em;	
}

.fwComment {
 margin-top:8px;
 margin-bottom:8px;
 border:solid 1px grey;
 padding:8px;
}
.fwComment .commentMeta {
font-size:11px;
font-style:italic;
margin-top:8px;	
}

.fwComment .commentBy {
font-weight:bold;	
}

.fwComment .commentAdmin {
	margin-left:32px;	
}

.fwComment.unapproved {
	background-color:#FFCCCC;	
}


