.comments{
	font-size:11px;
}
.comment{
	font-size:11px;
	margin-top: 14px;
}

.comment td{

padding-right: 10px;

padding-bottom: 15px;

padding-bottom: 8px;
}

.comment label{
	width:75px;
	padding:0;
}

.comment input[type='text'],.comment textarea{

width: 100%;

border: 1px solid #DDD;

padding: 5px 2px;

border-radius: 3px;
}

.comment button{

background: #8fcc1a;

border: 1px solid #8cc321;

padding:4px 8px;

color:#FFF;

border-radius:4px;

-moz-border-radius:4px;

cursor:pointer;

float: left;

/* margin-right:35%; */
}

.comment_success{

	padding:4px;

	line-height:14px;

	background:#09C;

	border:1px solid #06C;

	border-radius:4px;

	-moz-border-radius:4px;

	color:#FFF;

	width:99%;

}

.comment .comments{

	width:100%;

}

.CommentItems {

    border: 1px solid #C2C2C2;

    border-radius: 4px;

	-moz-border-radius: 4px;

    margin: 5px 0;

	display:table;

	width:100%;

	font-size:12px;

}

.CommentItems .reply

{

	width:100%;

}

.comments .info,.info_reply{
	background-color: #F5F5F5;
	border-radius: 4px 4px 0px 0px;
    height: 28px;
	line-height: 26px;
 	width:100%;
	border-bottom:1px solid #DDD;
}

.comments .date{

	float:right;

	padding-right:10px;

	color:#666;

}

.comments .name{

	float:right;

	padding-right:3px;

	color:#009;

}

.comments .CMText{

	width:100%;

	color: #333333;

    line-height: 18px;

    margin-bottom: 5px;

    text-align: justify;

	padding:5px;

	display:table;

}

.comments .btnans {

    float: left;

    margin: 3px 2px 0;

    text-align: center;

}

.comments .btnans button{

    background-color: #333;

	border:0;

	color: #fff;

	height: 21px;

	line-height: 16px;

	display: inline-block;

	padding: 1px 5px;

	margin-left: 10px;

	border-radius: 3px;

	font-size:11px;

	cursor:pointer;

}

.comments .btnans button:hover{

	color: #fff;

}

.captcha img{margin:3px 5px 0 0;}

.captcha a{color:#00698C;font-size:11px;}
.CMText-right{float:right;width:73%}
.CMText-left{float:left;width:25%;text-align: left;margin-left: 12px;margin-top: 2px;}