.client {
	position: relative; display: inline;
	float: right;
	margin-right: -140px;
	z-index: 1;
}
.client a {position: relative;}
.client a img {
	position: absolute;
	left: -20px;
	top: 3px;
}
.login {
	position: absolute;
	top: 22px;
	left: 0px; float: left;
	background: no-repeat url("../images/client/client_bg.png");
	width: 180px; height: 130px; overflow: hidden;
	margin-left: -5px;
	padding: 0px 15px; padding-top: 10px;
	
}

.login .bottom {
	background-image: url("../images/client/bottom.png");
	background-repeat: repeat-x;
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.login .top {
	background-image: url("../images/client/top.png");
	background-repeat: repeat-x;
	height: 20px;
	display: none;
}
.login .b_r {
	background-image: url("../images/client/b_r.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
}
.login .b_l {
	background-image: url("../images/client/b_l.png");
	height: 20px;
	width: 23px;
	float: left;
	margin-left: -23px;
	position: relative;
}
.login .t_r {
	background-image: url("../images/client/t_r.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
}
.login .t_l {
	background-image: url("../images/client/t_l.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 23px;
	float: left;
	margin-left: -23px;
	position: relative;
}
.login form {}
.login form p {color: white; font-size: 10px; line-height: 15px;}
.login form input {width: 170px; display: block; clear: both; border: none;}
.login .submit {
	color: white; float: left; clear: both;
	margin-top: 10px;
	margin-left: 57px;
	text-align: center;
	line-height: 19px;
	display: inline;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-image: url("../images/client/client_button.png");
	width: 60px; height: 20px; border: none;
}
.login .close {
	font-size: 12px;
	color: white;
	position: absolute;
	right: 15px;
	top: 7px;
}

