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

.auth{
	width: 258px;
	height: 98px;
	padding: 9px;
	display: block;
	background:#21537b;
	font-family: "新細明體";
	font-size: 12px;
	color: #333;	
}
.auth-inner{
	width: 258px;
	height: 98px;
	display: block;
	float: left;
	background-color: #FFF;
}

.auth-inner-word{
	margin-top: 40px;
	margin-left: 43px;
	display: block;
	float: left;

}
.auth-inner-word-2{
	margin-top: 40px;
	margin-left: 83px;
	display: block;
	float: left;

}
.auth-inner a:link{
	color: #333;
	text-decoration: none;
}
.auth-inner a:visited{
	color: #333;
	text-decoration: none;
}
.auth-inner a:hover{
	color: #ff8400;
	text-decoration: none;
}
