@charset "utf-8";

.nowrap {
	white-space: nowrap;	
}
.button {
	width: 422px;
	height: 77px;
	padding: 10px 10px 5px 17px;
	background: url(http://source.eikern.net/img/buttonidle.png) no-repeat;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #747dc6;
}
.button .buttontitle {
	font-size: 35px;
	font-weight: bold;
	color: #5f67ab;
	display: block;
	padding-bottom: 4px;
}
.button:hover {
	background: url(http://source.eikern.net/img/buttonhoverc.png) no-repeat;
}
#loginbox {
	position: absolute;
	top: 147px;
	left: 425px;
}
.topuser {
	font-size: 11px;
	/*padding: 1px;*/
	height: 16px;
	width: 100px;
	border: 1px solid #fff;
	color: #fff;
	background: url(http://source.eikern.net/img/topuserbg.png);
}
.toppass {
	font-size: 11px;
	/*padding: 1px;*/
	height: 16px;
	width: 100px;
	border: 1px solid #fff;
	color: #fff;
	background: url(http://source.eikern.net/img/toppassbg.png);
}
.topsub {
	font: 11px Tahoma, Arial, sans-serif;
	/*padding: 2px 0px;*/
	border: 1px solid #fff;
	color: #fff;
	background: url(http://source.eikern.net/img/topsubbg.png);
	margin-left: 4px;
	margin-top: 2px;
	height: 18px;
	width: 60px;
}