/* CSS Document */
#Comment {
	width:100%;
	
}

#ajaxstatus {
	width: 100%;
	height: 20px;
	
}

#fieldnotes {
	width: 100%;
}

#viewcomments {
	width: 100%;
	
}

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
	float: left;
	width: 110px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #F0F0F0;
  }

div.row span.formw {
  float: right;
  width: 475px;
  text-align: left;
}

.formtext {
	  background-color:#c0c0c0;
	  color: #000000;
	  border-color: #000000;
	  border-width: 1px;
	  border-style: solid;
	  font-family: Verdana, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}

.statusmessage {
	background-color: #6E6E6E;
	color: #F0F0F0;
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline;
		
}

div.spacer {
   clear: both;
} 

.viewcommentstextbold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
	color: #404040;
}

.viewcommentstextnormal {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

}

.viewsubcommentstextnormal {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;

}
