/* ---- ---- CSS File - Comment Section ---- ---- */

.comment-odd, .comment-even {
	height: auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 523px;
	margin: 10px 0px 10px 0px;
}
.comment-even {
	background: #E9E9E9;
}
#comments p { width: 523px !important;}
#post-comment {
	overflow: hidden;
	height: 30px;
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

#post-comment h3 {	cursor: pointer; }
#post-comment h3:hover { color: #F79A17; }
form {
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
	padding-bottom: 30px;
}
form img {
	margin-top: 20px;
}
form textarea { 
	position: relative;
	width: 560px;
	height: 128px;
	color: #000000;
	border: 1px solid #a6a698;
	padding-left: 5px;
	font-size: 12px;
	clear: both;
	font-family: Arial, sans-serif;
}
input { 
	padding-top: 6px;
	padding-left: 5px;
	width: 160px;
	border: 1px solid #a6a698; 
}
form p, form label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	position: relative;
	color: #656b67;
	margin-top: 10px;
	padding-bottom: 5px;
}
#comment-submit {
	width: 54px;
	height: 24px;
	overflow: hidden;
	padding: 0px;
	margin-left: 0px;
	margin-top: 18px;
	background-position: -24px;
	cursor: pointer;
	border: 0px;	
}
#comment-submit:hover { background-position: bottom; }
#comment-submit {
	background: url(/resources/img/css/submit.gif) no-repeat;
	margin-left: 0px;
}
#button-container {
	width: 233px;
	height: 152px;
}
.security-1 {
	display: block;
	padding-top: 14px;
	clear: both;
}
.security-2 {
	display: block;
	clear: both;
}
#comments-open-captcha img {
	clear: both !important;
	margin: 0px !important;
}
#comments-open-captcha input {
	clear: both !important;
	margin: 5px 0px 5px 0px !important;
}
