/* CSS Document */
#topBar {
 margin: 10px;	
}
.feedbackHolder {
	height:150px;
	overflow:auto;
}
.holder{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin: 5px 20px 10px 20px;
	width:80%;
	margin-bottom: 10px;
	margin-top: 15px;
}
.head {
	background-color:#ffaaaa;
}
.subject {
	 background-color:#ffeeee;
	 padding-left:60px;
}
.message {
	padding-left:10px;
	background-color:#ffffff;
	clear: both;
	border: thin solid #666666;
	margin: 5px 50px 20px 20px;
	padding: 10px 50px 10px 20px;
}	
.commentForm {
	background-color:#FFFF99;
	visibility:visible;
}
.hiddenBox { display: none;
}

