
.post-comment {
	margin:30px 0;	
	padding-top: 20px;
	width:300px;
	font-family:Verdana;
}

.post-comment br {
	margin:5px 0;	
}
.post-comment #username, .post-comment #useremail {	
	background-color:#fcfbfb;
	width:143px;
	float:left;	
}

.post-comment #submit {
	float:right;
}
.post-comment #username {
	margin-right:5px;
}	

.post-comment #comment {	
	background-color:#fcfbfb;
	width:296px;
	height:100px;
}


.comments-list {
	font:small/1.5em Verdana;
width:300px; 
	
	padding:0;	
}

.comment {
	margin:10px 0;
	padding:0 5px;	
	background-color:#f7f7f7;
}

.comment p {
	margin:3px 0;
}

.comment p.footer-note {
	color:#666;
	font-size:70%;
	background: #f7f7f7 url(http://www.mindmachine.ru/comments/i/comment.gif) no-repeat left top;	
	padding: 0 0 0 15px;
	height: 1%;
}



.msg {
	background-color:#d96666;
	color:#fff;
	border:1px solid #b32e2e;
	padding:10px;	
	display:none;	
}