@charset "utf-8";
/* CSS Document */

div.comments{
	padding:10px 0;
	background:#fff;
	}
	div.comments div.comment{
		margin-bottom:10px;	
		padding:0 8px 15px 8px;
		background:url(/images/bg_comment.gif) left bottom no-repeat;
		line-height:1.6em;
		color:#000;
		}



	div.comments div.comment div.info {
		font-weight:bold;
		margin-bottom:2px;
		color:#000;
		background:#fff;
		}

	div.comments div.comment.post {
		padding:0 0 10px 0;
		background:none;
	}
	div.comment.post label{
		width:100px;
		float:left;
		display:block;
		margin-bottom:4px;
	}
	div.comment.post input.txt{
		margin-bottom:4px;
		border:1px solid #9c9ea0;
		background-color:#fcfcfc;
		width:200px;
	}

	div.comment.post textarea{
		width:432px;
		height:100px;
		border:1px solid #9c9ea0;
		background-color:#fcfcfc;
	}
	div.comment.post fieldset{
		margin:0;
		padding:0;
		border:0;
		}
		div.comment.post label.error{
			margin-left:100px;
			color:#e2001a;
			width:250px;
		}
	
