/* Post Comment
----------------------------------------------- */
#commentForm {width: 660px;}

.post_comment {
	padding: 0px;
	margin:0px;
}
.post_comment h2 {
	margin: 0 0 5px 0;
}
.post_comment p {
	float: left;
	display:inline;
	width: 660px;
	padding: 14px 0 12px 0;
	background: #faf1fa;
	font-weight: bold;
	color: #66685b;
	margin:0px !important;
	line-height:normal;
}

.post_comment p.h { background: #efe3f5; }
.post_comment p label {
	display: block;
	float: left;	
	margin: 5px 10px 0 0;
	width: 105px;
	text-align: right;
}

.post_comment p input {
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	font-size: 12px;
	color: #666;
	height:28px;
}
.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;
}
.post_comment p.button {
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	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;
  margin-left: 450px;
	margin-top:10px;
}
#commentForm input.submit:hover {
  color:#666666;
  background-color: #CCCCCC;
  border:2px #666666 solid;
}

.conf {font-size:120%; margin:20px; font-weight:bold; color:#35b4e7;}
