@charset "utf-8";
/* CSS Document */
.button{
}
.left_button{
	width:14px;
	height:25px;
	background:url(http://img.webtretho.com/themes/giaoluu/frontend/images/giaoluu/left_button.jpg);
	float:right;
}
.middle_button{
	height:22px;
	background:url(http://img.webtretho.com/themes/giaoluu/frontend/images/giaoluu/middle_button.jpg) repeat-x;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	float:right;
}
.middle_button a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.middle_button a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.middle_button a:hover{
	color:#006600;
	text-decoration:none;
}
.right_button{
	width:14px;
	height:25px;
	background:url(http://img.webtretho.com/themes/giaoluu/frontend/images/giaoluu/right_button.jpg);
	float:right;
}

.num{
	font-size:15px;
	font-weight:bold;
	text-align:right;
}

