#comments-block {
	margin: 0;
	padding: 0;		
	width: 700px;
	float: left;
	background: url("../images/main/cornertl.gif") #bcd0dd no-repeat top left;
}
#comments-block ul{
	width: 700px;
	height: 270px;
	list-style: none;
	margin: 0;
	padding: 0;	
	background: url("../images/main/cornertr.gif") no-repeat top right;	
}
#comments-block ul li{
	margin: 0;
	padding: 0;
	width: 700px;
	background: url("../images/main/cornerbl.gif") no-repeat bottom left;	
}
#comments-block ul li ul{
	width: 700px;
	height: 270px;
	list-style: none;
	margin: 0;
	padding: 0;	
	background: url("../images/main/cornerbr.gif") no-repeat bottom right;	
}

#comment-form{
	width: 600px;
	height: 150px;
	list-style: none;
	margin: 20px 50px;
	padding: 0;	
}

#comment-form input.txt{ 
	margin: 0;
	padding: 0;	
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 150px;
	border-top: 1px solid #9fbcce;
	border-left: 1px solid #9fbcce;
	border-right: 1px solid #f2f8fc;
	border-bottom: 1px solid #f2f8fc;
	background: #e4eff6;
}
.comment-data{ 
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
.status {
	height: 10px;
	float: right;
	margin: 5px;
	text-align: right;
}
.notification {
	border:2px solid #FF9933;
	background-color: #ffcdcd;
}