/* CSS Document */

/* -------- about styles -------- */

#comments-left {
	width:515px;
	float:left;
	margin:0 50px 0 0;
}

#comments-right {
	width:395px;
	float:left;
}

.text-class.comments {
	margin:0 0 22px 0;
	padding:0;
	
}

.text-class.comments p {
	padding:15px 20px 15px 5px;
	margin:0;
	border:0px;
	font-style:italic;
}

.comments-item {
	width:515px;
	border-bottom:1px solid #ABD7FF;
}

.comments-item-username {
	padding:6px 0 6px 4px;
	border-bottom:1px solid #ABD7FF;
	height:38px;
}

.comments-item-username img {
	margin:0 10px 0 0;
	float:left;
}

.comments-item-username h2 {
	margin:6px 0 0 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#4D9DE5;
	float:left;
}

.comments-item-text {
	clear:both;
}

.comments-item-report {
	font-size:x-small;
	text-align:right;
	font-style:italic;
	padding-bottom:15px;
}


#comments-subject {
	width:389px;
	padding:20px 0 20px 6px;
	border-bottom:1px solid #ABD7FF;
}

#comments-subject-img {
	width:135px;
	float:left;
}

#comments-subject-text {
	width:254px;
	float:left;
}

#comments-subject-text p {
	margin:0 0 10px 0;
	padding:0;
	font-style:normal;
}

#comments-subject-text p strong {
	font-weight:normal;
	color:#4D9DE5;
}

#comments-right form {
	padding:10px 0 10px 0;
	margin:0;
	font-style:italic;
	border-bottom:1px solid #ABD7FF;
}

#comments-right form input {
	border:1px solid #666666;
	width:200px;
	margin-top:5px;
}

#comments-right form input#submit {
	float:right;
	width:auto;
	border:0;

}

#comments-right form textarea {
	border:1px solid #666666;
	width:385px;
	overflow:hidden;
	margin:5px 0 10px 0;
}








