.comments {
	background-color: #fff;
	border-top: 1px dotted #DEDEDE;
	border-right: 1px dotted #DEDEDE;
	border-bottom: 1px dotted #DEDEDE;

	clear: both;
	margin: 65px 0 0;
	padding: 25px 0px 0px;
	position: relative;
}

.comments_black {
	background-color: #000000;
	border-top: 1px solid #DEDEDE;
	clear: both;
	margin: 0;
	padding: 15px 10px 25px;
	position: relative;
}

.comments h3 span {
	font-size: 22px;
	color:#555;
}

.comments p {
	display: block;
	line-height: normal;
	margin: 0 0 5px;
}

.comments .post_info {
	background-color: #fff;
	height: 54px;
	left: 10px;
	padding: 5px 10px 0;
	position: absolute;
	top: -60px;
	width: 450px;
	border-top: 1px dotted #DEDEDE;
	border-right: 1px dotted #DEDEDE;
	border-left: 1px dotted #DEDEDE;
}

.comments .question {
	background-color: #ECFBE4;
	border: 1px solid #DDECD5;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	width: 623px;
}

.comments .question p {
	color: #4D5F47;
	margin-left: 50px;
}

.comments .question strong {
	display: block;
}

.comments .question img {
	float: left;
}

.comments .post {
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	background-color: white;
	border: 1px solid #DADADA;
	margin-bottom: 20px;
	padding: 15px 10px 5px;
	position: relative;
	width: 623px;
}

.comments .post p {
	color: #454545;
}

.comments .post .commentsDate {
	color: #A5A4A4;
	font-size: 10px;
	line-height: 6px;
	text-align: right;
	width: 623px;
}

.comments .post .rating {
	color: #A5A4A4;
	font-size: 10px;
	position: absolute;
	right: -510px;
	top: 5px;
	width: 623px;;
}

.comments .post .pointer {
	background: transparent url(pointer_post.gif) no-repeat scroll 0 0;
	height: 9px;
	left: 25px;
	position: absolute;
	top: -10px;
	width: 9px;
}

.comments h3 {
	font-size: 22px;
	color:#555;
}

.add_post {
	background-color: white;
	overflow: hidden;
	padding: 10px;
	width: 637px;
	border-bottom: 1px dotted #DFDFDF;
	border-right: 1px dotted #DFDFDF;
	border-left: 1px dotted #DFDFDF;
	margin-top: 10px;
}

.add_post h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color:#555;
}

.add_post label {
	color: #848484;
	display: block;
	font-weight: bold;
}

.add_post .user {
	float: left;
	overflow: hidden;
	width: 195px;
}

.add_post .user input {
	border: 1px solid #DCDCDC;
	margin-bottom: 10px;
	width: 185px;
}

.add_post .user select {
	margin-bottom: 15px;
}

.add_post .user img {
	border: 1px solid #DBDBDB;
	margin-bottom: 3px;
}

.add_post .user .spam_answer {
	background-color: #F5F7E7;
}

.add_post .comment {
	margin-left: 200px;
	width: 415px;
}

.add_post p {
	clear: both;
	color: #999999;
	font-size: 10px;
}

.comments .more {
	margin-bottom: 20px;
	overflow: hidden;
	width: 643px;
}

.comments .more a {
	font-weight: bold;
}

.comments .more span {
	float: right;
}

.comments .more .read {
	background: transparent url(ico_more.gif) no-repeat scroll 0 2px;
	float: left;
	padding-left: 17px;
	text-transform: uppercase;
}

.add_post p strong {
	color: black;
}

.add_post .comment span {
	color: #999999;
	float: left;
	font-size: 10px;
}

.add_post .comment span strong {
	color: black;
}

.add_post .comment textarea {
	border: 1px solid #DCDCDC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	height: 100px;
	width: 415px;
}

.add_post .comment input {
	background-color: #1956C5;
	color: white;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
