/* CSS Document */
#my_comments{
	width:498px;
	overflow:hidden;
	clear:both;
	border: 1px solid #EFEFEF;
	display:table;
	background-color: #FFFFFF;
}

#ma_title1{
font-size:16px;

}
#my_citem{
	width:470px;
	margin-bottom:10px;
	overflow:hidden;
	padding:3px;
	background-color: #F7F7F7;
	padding-bottom:15px;
	margin-left:10px;
}
#my_cleft{
float:left;
width:60px;
overflow:hidden;
text-align:center;
}
#my_cright{
text-align:left;
overflow:hidden;
width:380px;
float:left;


}
#coptions{
width:50px;
clear:both;
padding-top:3px;
text-align:center;

}
#post_comment{
	width:150px;
	height:20px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border: 1px solid #333333;
	padding-top:3px;
	background-color: #FF9900;
	display:block;
	color:#FFFFFF;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;	
}
#post_comment:hover{
background-color:#FFFFFF;
color:#FF6600;


}