#comments_cont
{
margin:15px 0 5px 0;
}

#comments_cont .a_comment{
background-color:#f7f7f7;
border:1px solid #d9d9d9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:10px;
margin-top:5px;
}

#comments_cont p a {
color:#234B8D;
text-decoration:none;
}

#comments_cont p  {
margin:5px 0 5px 0;
overflow:hidden;
}


h3.divider,h3.respond,
#comments_cont h3
{
background:url(images/comments_topbg.jpg) no-repeat;
height:30px;
display:block;
line-height:29px;
color:#ffffff;
padding: 0 0 0 12px;
font-size:14px;

}
h3#respond{
background:url(images/h3_bg.gif) no-repeat;
margin-top:5px;
}


#comments_cont .new_comment_box form{
border:1px solid #d9d9d9;
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
padding:10px;
}

#comments_cont .new_comment_box form label{
width:50px;
display:block;
float:left;

}


#commentform .list {
	}

#commentform p
{
margin: 5px 0 5px 0;
clear:both;

}

#commentform p a
{
color:#234B8D;
text-decoration:none;
}

#commentform p a:hover
{
text-decoration:underline;
}


#commentform p input#author,#commentform p input#email{
float:left;


}

#commentform  p input#submit{
margin-left:50px;
background:url(images/send_btn.gif) no-repeat;
height:30px;
width:76px;

}




#comments_cont .a_comment .head {
	float: left;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#comments_cont .a_comment .comment {
	padding: 0;
}

#comments_cont .a_comment .answer {
	border-left: dotted 1px #cccccc;
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
}

#comments_cont .a_comment .answer .comment {
	padding: 2px 0 0 0;
}

#comments_cont .a_comment .answer .list {
	padding: 0 0 2px 0;
}

#comments_cont .a_comment .answer .ref {
	color: #b2b2b2;
}

#comments_cont .a_comment .head .numb {
	color: #006c92;;
}

#comments_cont .a_comment .head .date {
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 15px;
	line-height: 15px;
	color: #808080;
	font-weight: normal;
}

#comments_cont .a_comment .head .user {
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 15px;
	line-height: 15px;
	color: #5774a6;
	font-weight: bold;
	}


#comments_cont   span.user
{
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 15px;
	line-height: 15px;
	color: #5774a6;
	

}


#comments_cont .a_comment .func {
	font-size: 11px;
	float: right;
    color: #006c92;
}

#comments_cont .a_comment .func a {
    color: #006c92;
}

#comments_cont .a_comment .func a:hover {
	color: #7fb5c8;
}

#commentform textarea {
	border: solid 1px #B3B3B3;
	width: 394px;
	margin: 5px 0 0 50px;
}

#commentform #author {
		border: solid 1px #B3B3B3;
}

#commentform #email{
	margin: 0 0 0 0;
	border: solid 1px #B3B3B3;
}

#commentform #url {
	border: solid 1px #B3B3B3;
}

#commentform .text_button {
	border: none;
	color: #ffffff;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	cursor:pointer;
	font-size:12px;

}

#commentform .error
{
	border: solid 1px #FF0000 !important;

}




#commentform .text_button:hover {
	color: #000000;
}

#commentform  #validation_message{
	color:#FF0000;
	font-weight:bold;
	margin: 0 0 0 50px
	
}