form#commentAJAXForm {
float:left;
/* width:570px; */
width:565px;
padding:0;
text-align:left;
/* background-color:#3399CC; */
background-color:#006699;
font-size:12px;
font-family: helvetica, arial sans-serif;
}


#post_a_comment {
	float:left;
	width:100%;
	padding:0;
}

 label {
/*border:1px solid red; */
color:white;
margin:5px 0px 2px 20px;
float:left;
clear:left;
/*width:80px; */
/*width:500px; */
width:500px;
padding:0;

}

input#personName {
	border:0;
display:inline;
margin-left:10px;
	float:left;
margin-left:20px;
}

textarea#commentText {
width:265px;
float:left;
border:0;
height:86px;
margin:0px 5px 5px 20px;
}


 span.count_down_label {
color:white;
display:inline;
/*float:right; */
float:left;
margin:10px 5px 0 115px;

}

input#count_down.text {
display:inline;
float:right; 

margin:10px 280px 0 0;
padding:0;
border:0;

}

#verification_code {

	float:left;
	text-align:left;
}

#verification_code .text {
	float:left;
	width:100px;
	margin-top:4px;
	border:0;

}

#j_captcha_response {
margin-left:20px;
}

 #thecaptchaImage {
clear:left;
float:left;
margin:5px 0 0 20px;
width:150px;
padding:0;
}

.submit_button {
clear:right;
float:left;
margin:10px 0px 10px 230px ;
}

.comment_row {
	float:left;
	width:97%;
	padding:10px 0 10px 10px;
}

.odd_row {
	background-color:#6C97AD;
}

.even_row {
	background-color:#006699;
}

.comment_row img {
	float:left;
}

.comment_right_wrap {
	float:left;
	width:270px;
	margin-left:10px;
}

 .comment_date, .comment_person {
display:inline;
float:left;
margin:5px 0px;
width:500px;
}

#paginatorDivT, #paginatorDivB {
	text-align:center; 
	text-transform:uppercase; 
	font-weight:bold; 
	border:none;
}

 .comment_text {
color:white;
display:inline;
float:left;
margin:5px 0px;
width:500px;
}

#comment_text_area {
/*border:3px solid red; */
display:block;
float:left;
width:520px;
}
