@charset "UTF-8";
/* CSS Document */
div.container{width:1050px !important;margin:auto !important}
.bottom{margin-top:0 !important}
div.login {
	height: 468px;
	margin: 0px auto;
	margin-top: 0px;
	background-image: url(../images/shop_login_wrap_bg.png);
	background-repeat: no-repeat;
	background-position:center top;
}

div.container .span12 {
	width: 510px !important;
}
div.login .wrap {
	margin-bottom: 10px;
	border: none !important;
}
div.container .last {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	background: none !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	width: 435px !important;
}
div.login .main {
	border: none !important;
}
div.login table {
	width: 100%;
	margin-top: 30px;
}
div.login .submit {
	width: 250px !important;
	height: 28px !important;
	line-height: 28px !important;
	margin-bottom: 10px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	border: solid 1px #fc0303 !important;
	background-color: #fc0303 !important;
	border-radius: 2px;
	font-size: 14px !important;
}
div.login .captcha {
	width: 130px;
	margin-left: 0px;
	text-transform: uppercase;
	ime-mode: disabled;
}
div.login .register {
	background-color: #fff;
}
div.login .captchaImage {
    height: 26px;
    margin-top: 10px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0px;
    position: absolute;
    top: 6px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}
input.text {
	width: 245px;
	height: 26px;
	line-height: 26px;
	padding: 0px 4px;
	color: #666666;
	/* -webkit-border-radius: 0px !important; */
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: 1px solid #ababab;
	border-color: #b8b8b8 #dcdcdc #dcdcdc #b8b8b8;
	background: none !important;
}
div.login th {
	width: 80px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}


#entry {
    background: #e8e8e8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    position: relative;
	width:400px;float:right;margin-top:70px;
}
#entry .shop_login_wrap {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    width: 307px;
    padding: 0 50px;
}
#entry .shop_login_wrap tbody tr td{position:relative;padding:15px 0 0}
#entry .shop_login_wrap tbody tr th{
    float: left;
    width: 108px;
    text-align: right;padding:15px 0 0; line-height:26px;
}
#entry .shop_login_wrap tbody tr label input[type="checkbox"]{    margin-right: 5px;}
#entry .shop_login_wrap tbody tr .text{
    height: 32px;
    border: solid 1px #e4e4e4;
    border-radius: 3px !important;
    width: 267px;
    float: right;
    padding: 0 10px 0 40px;
}
#entry .shop_login_wrap .submit{
    width: 100% !important;
    height: 32px !important;
    background: #4A8EBD !important;
    border: solid 1px #4a8ebd !important;
    font-size: 14px !important;
    margin-bottom: 30px;
}
#entry .shop_login_wrap tbody tr dl{ line-height:26px;}
#entry .shop_login_wrap tbody tr th a{color:#4A8EBD}
#entry .shop_login_wrap tbody tr .text.user{ background:url(../images/ico-user.png) no-repeat 10px center !important}
#entry .shop_login_wrap tbody tr .text.code{ background:url(../images/ico-code.png) no-repeat 10px center !important}
#entry .shop_login_wrap tbody tr .text.psw{ background:url(../images/ico-psw.png) no-repeat 10px center !important}
#entry .shop_login_wrap tbody tr .send-code{position:absolute;top: 50%;right: 7px;height: 20px;line-height: 20px;margin-top: -5px;background: #f13535;color: #FFF;padding: 2px 5px;border-radius: 2px;}