@charset "utf-8";
/* CSS Document */

#topbar {
	FONT-SIZE: 12px;
	WIDTH: 100%;
	HEIGHT: 30px;
	BACKGROUND-COLOR: #c5c5c5;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
}
#topbar a:link,
#topbar a:visited {
	color: #636363;
	text-decoration: none;
}
#topbar a:hover,
#topbar a:active {
	color: #000000;
	text-decoration: underline;
}
.topbar_bd{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.tb_l{
	text-align: left;
	width: 40%;
	white-space: nowrap;
}
.tb_m{
	text-align: center;
	width: 20%;
	white-space: nowrap;
}
.tb_r{
	text-align: right;
	width: 40%;
}
.tb_fbbtn{
	margin-right: 5px;
}
.tb_login{
	text-align: right;
	white-space: nowrap;
}
.topbarBTN{
	border: 1px solid #9b9b9b;
	background-color: #eaeaea;
	color: #696969;
	width: 85px;
	font-size: 12px;
	line-height: 16px;
}
