@charset "UTF-8";
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: 410px !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: 364px !important;
}
div.login .main {
	border: none !important;
}
div.login table {
	width: 100%;
	margin: 30px 0;
}
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: 20px;
	text-transform: uppercase;
	ime-mode: disabled;
}
div.login .register {
	background-color: #fff;
}
div.login .captchaImage {
	width: 120px;
	height: 50px;
	margin-top: 10px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 0px;
}
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: 110px;
	padding: 5px 0px;
	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: 277px;
    padding: 0 60px;
}
#entry .shop_login_wrap tbody tr th{ line-height:26px;padding:10px 0}
#entry .shop_login_wrap tbody tr th div{
    float: left;
    width: 110px;
    text-align: right;
    padding-right: 10px;
}
#entry .shop_login_wrap tbody tr label input[type="checkbox"]{    margin-right: 5px;}
#entry .shop_login_wrap tbody tr th .text{
    height: 26px;
    border: solid 1px #e4e4e4;
    border-radius: 3px !important;
    width: 145px
}
#entry .shop_login_wrap .submit{
    width: 100% !important;
    height: 32px !important;
    background: #4A8EBD !important;
    border: solid 1px #4a8ebd !important;
    font-size: 16px !important;
}
#entry .shop_login_wrap label.fieldError{padding-left:110px}
#entry .shop_login_wrap tbody tr dl{ line-height:26px;}
#entry .shop_login_wrap tbody tr th a{color:#4A8EBD}