﻿/*
 * 深圳创意会展模板方案评论样式定义
 *
 */

#commentform {
	margin: 10px 25px; 
}
#commentform textarea {
	display: block;
	width: 99%;
	height: auto!important;
	height: 100px;
	min-height: 100px;
	overflow: visible;
	margin:  5px auto;
	border: 1px solid #cccccc;
}
.commentArea {
	padding: 15px;
	background-color: #fafafa;
}
.commentArea .inputtext2 {
	width: 90px;
}
.commentArea .inputbutton {
	width: 82px;
	height:23px;
}
.commentArea span {
	margin-right: 8px;
}

#VcodeLogOn {
	cursor: pointer;
	vertical-align: middle;
}
#TxtValidCode {
	width: 50px;
}

#commentform dl {
	padding: 5px 0;
}
#commentform dt {
	background-color: #f7f7f7;
	color: #dddddd;
	line-height: 24px;
	padding-left: 12px;
}
#commentform dt em {
	color: #f55000;
	font-style: normal;
}
#commentform dt span {
	color: #1a5695;
	margin-left: 5px;
}
#commentform dd {
	padding: 5px 0 0 48px;
	line-height: 22px;
}
#commentform dd dd {
	padding-left: 13px;
}
#showCAmount {
}