#comments {
	width: 560px;
}

#comments_container{
	position:relative;
}

/*#comments_container textarea, #comments_container input{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}*/

#comments_submit{
	padding:0px !important; 
}

#comments_container h1{
	margin-bottom:11px;
	color:#000000;
}

#comments_form_container h1{
	background:none;
	padding-left:0px;
	font-size:12px;
	margin-top:10px;
}

#comments_form_container{
	color:#999;
}

#comments_container .copy{
	color:#999999;
	width:240px;
}

#comments_form{
	margin-top:20px;
	margin-left:50px;;
}

#comments_user_data{
	color:#363636;
	margin-bottom:6px;
	font-size:15px;
	width:490px;
	background-color:#dddddd;
	border:none;
	padding:10px;
}


#comments_hidden_form_fields{
	width:230px;
	margin-bottom:5px;
	min-height: 1%;
	float:right;
}

#comments_hidden_form_fields, #comments_hidden_login_forms{
	display:none;
}

#comments_hidden_login_forms{
	float:left;
	width:247px;
	margin-left:53px;
}

#comments_facebook_connect_login img{
	margin-top:10px;
}

#comments_name, #comments_username{
	margin-top:10px;
	display:block;
	border:none;
	width:216px;
	padding:3px;
}

#comments_email, #comments_name, #comments_username, #comments_password, #captcha_response{
	width:216px;
	background-color:#dddddd;
	color:#363636;
	display:block;
	border:none;
	padding:3px;
}

#comments_email, #comments_password{
	margin:5px 0px;
}

#comments_name{
	margin-bottom:5px;	
}

#comments_form_container .divider_light{
	display:none;
}

#comments_list{
	margin:20px 0px 20px 0px;
	padding:0px;
}

#comments_list li{
	list-style:none;
}	
	
#comments_list li.comment{
	padding:10px 5px 5px 46px;
}

#comments_list li.comment .ac {
	height: 0;
}

#comments_list li .user_name{
	font-size:16px;
	font-weight:bold;
}

#comments_list li .user_comment{
	width:450px;
}

#comments_list li .comment_post_data{
	color:#4d4d4d;
	font-size:10px;
	font-style:italic;
}

#comments_list a.report{
	float:right;
	color:#454545 !important;
	font-size: 10px;
	margin-top:-20px;
}

.comment_divider{
	 padding:2px 0px;
}
#captcha_container {
	margin:1em 0;
}

#captcha_container .captcha_img {
	margin: 10px auto;
	display: block;
}

#comment_title{
		padding-bottom:5px;
		border-bottom:solid 1px #000000;
}

#comment_title h1{
	color:#000000;
	font-size:22px;
	padding-right: 2px;
	display: inline;
}

#comments_total{
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	position: relative;
	top: -3px;
}

#thank_you{
	display:none;
	margin-top:20px;
	height:100px;
}

#error{
	display:none;
	margin-top:20px;
	height:100px;
}

#comment_real_answers_link_container{
	padding-top:5px;
}

#comment_real_answers_link{
	color:#51b0f0;
	background:transparent url('/img/real_answers/blue_arrow_sm.png') no-repeat scroll right center;
	_background:transparent url('/img/real_answers/blue_arrow_sm.gif') no-repeat scroll right center;
	padding-right:11px;
	margin-top: 3px;
	display: inline-block;
}
	