@charset "utf-8";
#loginArea {
	clear: both;
	float: left;
	height: 70px;
	width: 100%;
}
#loginMain {
	float: left;
	height: 69px;
	width: 240px;
	border-bottom: 1px solid #999;
}
#loginL {
	float: left;
	height: auto;
	width: 125px;
}
.login {
	background-image: url(../images/loginbg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 107px;
	border: 0;
	color: #fd6801;
	padding: 0 5px;
	margin:0 0 3px 0;
	font-size: 12px;
}
#loginBtnArea {
	float: left;
	height: auto;
	width: auto;
	margin: 20px 0 0 0;
}
.loginBtn {
	float: left;
	height: auto;
	width: auto;
	color: #fd6801;
	cursor: pointer;
	background-color: transparent;
}
#loginOut {
	float: left;
	height: 40px;
	width: 185px;
	clear: both;
	color: #fd6801;
	background-image: url(../images/loginicon.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 55px;
	line-height: 1.6;
	background-position: 0px 2px;
	margin: 5px 0 0 0;
}
