﻿#commentContainer {
	width: 459px;
	/*margin-left: 19px;
	margin-right: 19px;*/
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #000000;
	float:left;
	margin-bottom: 10px;
}
.commentBackground {
	background-color: White;
	border: 1px solid Black;
	width: 459px;
}
.style2 {
	text-align: right;
}
#commentContainer a {
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}
#commentContainer a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

h3 {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color: #000000;
	display: inline;
}
h4 {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #3f3f3f;
	display: inline;
}
h5 {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #8c8c8c;
	display: inline;
}
h2 {
	font-family: Calibri;
	font-size: 13px;
	color: #FF0000;
	display: inline;
}
#LeaveCommentHeader {
	background-color: Gray;
	width: 100%;
	background-image: url('EngImages/Comments/CommentHeader.gif');
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 50px;
	margin-top: 15px;
}

#LargePicture1 {
	width: 284px;
	height: 217px;
	background-color: #999999;
	border: 4px solid #F80505;
	margin-top: 15px;
	/*margin-left: 19px;*/
	float: left;
}