#news_archive_comment {
	width:507px;
	margin-left:30px;
	margin-right:30px;
	margin-top: 10px;
	border: 0px solid black;
}

.comment_number, .comment_box_title{
	font-size: 20px;
	font-family: georgia;
	border: 0px solid green;
}

#news_archive_comment .jump_to_form {
	border: 0px solid green;
}
.comment_number {
	border: 0px dotted green;
}
.comment_summary {
	border: 0px dotted yellow;
}

.comment {
	font-family: Arial;
	line-height: 1.5em;
	border: 0px dotted black;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment_head{
/*	margin: 0px;
	margin-top: 10px;
/*	border: 1px solid red;*/
}

.commenter_name {
	font-style: normal;
	font-size: 13px;
	font-weight: 900;
}
.comment_body {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:15px;
	border: 0px dotted blue;
}
.comment_date {
	font-style: italic;
	font-size: 10px;
	border: 0px dotted red;
}


.comment_box_title{
	margin: 0px;
	margin-top:30px;
}

#comment_upper{
	float:left;
	width:100%;
	font-family: Arial;
/*	border: 2px solid yellow;*/
}


#comment_input {
	border: 0px solid green;
}

.comment_table {
	float:left;
	line-height: 1em;
	border: 0px solid navy;
}

#comment_name_input, #comment_email_input, #comment_url_input{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	border: 0px solid red;
}


.comment_box_container{
	width: 300px;
	float:right;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	border: 0px solid navy;
}

#comment_form_input{  /* wrapper for textarea */
	width: 300px;
	float: right;
	margin:0px;
	margin-top: 7px;
}

#comment_box { /* actual textarea itself */
	width: 300px;
	height: 118px;
}

#comment_submit_button{
	float:right;
}

#news_archive_comment .comment_date{
	float:right;
}

#captcha {
	float:left;
	width:510px;
	border: 1px solid #999999;
	line-height:1em;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#recaptcha_image {
	float: right;
	margin:0px;
	height: 57px;
}

#comment_captcha_input{
	line-height: 1.5em;
	padding: 5px;
}
#recaptcha_fallback {	
	float:right;
	padding:0px;
	margin:0px;
	border: 0px dashed black;
}
#recaptcha_get_another, #recaptcha_get_audio, #recaptcha_get_image, #recaptcha_get_help {
/*	line-height: 2em;*/
}
.recaptcha_only_if_audio {
	border: 0px dotted orange;
}
.recaptcha_only_if_image {
	border: 0px dashed black;
}
.recaptcha_only_if_incorrect_sol {
	border: 0px dashed red;
}
#comment_submit_button {
	clear: both;
	text-align: center;
}
.recaptcha_nothad_incorrect_sol {
	border: 0px dashed orange;
}
.recaptcha_isnot_showing_audio {
	border: 0px dashed blue;
}
#comment_form {
	border: 0px solid blue;
}



