/* CSS Document */

dl#btn_like {
	width:167px;
	margin:-20px 0 20px 0;
	float:left;
}

dl#btn_like dt {
	text-indent:-9999px;
	width:95px;
	height:38px;
	background:url(img/btn_like_on.gif) no-repeat;
	float:left;
}
dl#btn_like dt a {
	display:block;
	width:95px;
	height:38px;
	background:url(img/btn_like.gif) no-repeat;
}
dl#btn_like dt a:hover {background:none;}

dl#btn_like dd {
	font-family:Arial;
	font-size:16px;
	text-align:center;
	color:#057e60;
	width:72px;
	height:38px;
	padding:12px 0 0 0;
	background:url(img/bg_like.gif) no-repeat;
	float:left;
}

p#btn_comment {
	width:495px;
	height:31px;
	margin:-20px 0 20px 0;
	background:url(img/bg_comment.gif) no-repeat;
	float:right;
}
p#btn_comment a {
	display:block;
	text-indent:-9999px;
	width:93px;
	height:27px;
	margin:3px 15px 0 0;
	background:url(img/btn_comment.gif) no-repeat;
	float:right;
}
*html body p#btn_comment a {
	margin:3px 7px 0 0;
}
p#btn_comment a:hover {background:url(img/btn_comment_on.gif) no-repeat;}

#text{
	margin-top:50px;
}