/* Post Comment
----------------------------------------------- */
.post_comment {
	margin: 10px auto;
	padding: 0;
}
.post_comment h2 {
	margin: 0 0 5px 0;
}
.post_comment p {
	clear: both;
	margin: 0 0 0 0 !important;
	padding: 5px 0px;
	font-weight: bold;
	color: #66685b;
}
.post_comment .sub {
	display: block;
}
.post_comment .sub p {
	clear: both;
	margin: 0 0 2px 0;
	padding: 10px 0 0 40px;
	font-weight: bold;
	color: #66685b;
}
.post_comment p label {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 105px;
	text-align: right;
}
.post_comment .sub p label {
	width:180px;
}
.post_comment p.text {
	display: block;
	font-size:14px;
	text-align: left;
	color:#333;
	margin:15px 0px 5px 0px;
	background:#fff;
	padding:30px 0 0 5px;
	height:30px;
}
.post_comment p input {
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	font-size: 12px;
	color: #666;
	height:18px;
}
.post_comment p.h input {
	border: solid 1px #C0D2DD;
}
input.required {
	width: 242px;
	padding-right: 63px;
	background: #fff url('../images/required.png') no-repeat 240px 6px;
}
.post_comment .sub p input.check {
	width: 20px;
	padding-right: 0px;
	margin-top:0px;
	border:none;
}
.post_comment p textarea {
	width: 410px;
	padding: 5px;
	border: solid 1px #C0D2DD;
	font-size: 12px;
	color: #666;
}
.button {
	margin: 10px 0 0 0;
	padding: 0px;
	background: none!important;
	text-align: right;
}
.post_comment p.button input {
	border: none;
	padding: 0;
	width: 165px;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
.post_comment p label.error {
	display: block;
	float: left;
	margin: 5px 0 0 116px;
	width: 360px;
	text-align: left;
}
.post_comment p input.error {
	border:1px dotted red !important;
}
#commentForm input.submit {
	color: #fff;
	background-color: #999999;
	border:2px #e5e5e5 solid;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
	padding:5px;
	height:30px;
}
#commentForm input.submit:hover {
	color:#666666;
	background-color: #CCCCCC;
	border:2px #666666 solid;
}
.conf {
	font-size:120%;
	margin:20px;
	font-weight:bold;
	color:#35b4e7;
}
