@charset "utf-8";
/* CSS Document */

/*************************************************** BTN **************************************************************/

a.btn:link,
a.btn:visited{
	background:url(../img/bg/bg_btn.jpg) repeat-x center;
	color:#B2B2B2;
	display:block;
	text-align:center;
	font-weight:bold;
	float:right;
	border:1px solid #1a1a1a;
	height:23px;
	line-height:23px;
	padding-left:8px;
	padding-right:8px;
}
a.btn:hover,
a.btn:active{
	color:#009EE0;
	text-decoration:none;
}

