body {
	margin: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#464749;
}

/* Post Comment
----------------------------------------------- */
.post_comment {
	width: 550px;
	margin: 10px auto;
	padding: 0 5px; 
	background: #f0efeb;
	border:1px solid #fff;
}
.post_comment h2 {
	margin: 0 0 5px 0;
}
.post_comment p {
	clear: both;
	width: 550px;
	margin: 0 0 0 0 !important;
	padding: 5px 0px;
	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:250px;
	margin-left:20px;
	font-size:11px;
}
.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;
	width: 550px;
	height:30px;
}

.post_comment p input {
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	font-size: 12px;
	color: #666;
	height:25px;
}
.post_comment p.h input { border: solid 1px #C0D2DD; }

input.required {
	width: 242px;
	padding-right: 63px;
	background: #fff url('../images/required_fr.png') no-repeat 240px 6px;
}

.post_comment .sub p input.check {
	width: 15px;
	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: #512701;
  border:2px #e5e5e5 solid;
  text-decoration: none;
  cursor: pointer;
  font-weight:bold;
  margin-left: 350px;
  padding:5px;
  height:30px;
}
#commentForm input.submit:hover {
  color:#512701;
  background-color: #9a8b62;
  border:2px #512701 solid;
}

.conf {font-size:120%; margin:20px; font-weight:bold; color:#35b4e7;}
