/* Post Comment
----------------------------------------------- */
#commentForm {
 height:550px;
 width:640px;
}

.post_comment {
	margin: 10px 20px;
	padding: 0;
	width:600px;
}
.post_comment h2 {
	margin: 0 0 5px 0;
}
.post_comment p {
  width:600px;
	float: left;
	display:inline;
	clear: both;
	margin: 0 0 2px 0;
	padding: 14px 0 12px 0;
	font-weight: bold;
	color: #66685b;
}

.post_comment p.h { }
.post_comment p label {
	display: block;
	float: left;	
	margin: 5px 10px 0 0;
	width: 105px;
	text-align: right;
}
.post_comment p.text {
	display: block;
	float: left;	
	padding-left:5px;
	font-size:13px;
	text-align: left;
	color:#333;
	background: #E3EEF5;
	width:600px;
}
* html .post_comment p.text {width: 600px;} /* Hack IE7 */
*+html .post_comment p.text {width: 600px;} /* Hack IE6 */

.post_comment p input {
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	font-size: 12px;
	color: #666;
	height:24px;
}
.post_comment p.h input { border: solid 1px #C0D2DD; }

input.required {
	width: 242px;
	padding-right: 63px;
	background: #fff url('../images/required_ca.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_form {
	margin: 10px 0 0 400px;
	padding: 0;
	background: none;	
	width:0px;
}
.post_comment p.button_form 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: #b3fe01;
	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 #b3fe01 !important;
}

#commentForm input.submit {
  color: #000;
  background-color: #99ed25;
  text-decoration: none;
  cursor: pointer;
  font-weight:bold;
}

#commentForm input.submit:hover {
  color:#fff;
  background-color: #000;
}

.conf {font-size:120%; margin:20px; font-weight:bold; color:#35b4e7;}
