/*------------------ A1Comment ----------------*/
.a1-comment-bound{
	
}
.a1-comment-bound .error{
	color:#FF0000;
}
.a1-comment-title{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.a1-comment-content-bound{
	
}
.a1-comment-field{
	padding:5px 0;
}
.a1-comment-field input{
	width:250px;
}
.a1-comment-field textarea{
	width:450px;
	height:150px;
}
.a1-comment-content-bound label{
	display:block;
	padding-bottom:5px;
}
input.capcha-input{
	float:left;
	width:80px;
	margin-left:5px;
}

/*------------------------------- Comment -----------------------*/
.comment-bound{
	padding:10px;
}
.comment-name{
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	color:#39699C;
	margin-bottom:5px;
}
.comment-title{
	background-color:#EFEFEF;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:10px;
	clear:both;
}
.comment-button{
	clear:both;
	text-align:center;
	margin-top:10px;
}
.comment-button input{
	border:0px;
	background-color:#4A6163;
	color:#FFFFFF;
	font-weight:bold;	
	margin-right:5px;
	height:23px;
}
label.error{
	color:#FF0000;
	width:auto;
}
.comment-view-bound{
	width:400px;
	padding:10px;
	clear:both;
}
.comment-view-title{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.comment-view-label
{
	font-weight:bold;
	line-height:20px;
}
.comment-view-content{
	line-height:20px;
	padding-left:1px;
}