﻿body
{
    font-family: Arial, '宋体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Helvetica, sans-serif;
    background: #8BCEFB url(/s/img/w/1/Passport-Register1/body.jpg) no-repeat center 0;
}
.head
{
    width: 700px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
}
.head .fl
{
    width: 240px;
	height: 70px;
	margin-top:40px;
	background: url(/s/img/w/1/Passport-Register1/Logo_Login.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/s/img/w/1/Passport-Register1/Logo_Login.png');
}
.head .fl strong
{
    font-size: 36px;
    line-height: 40px;
    padding: 10px 0 0 10px;
    display: block;
    color: #fff;
    font-family: 'Microsoft Yahei', '微软雅黑', MSYahei, '黑体', '宋体', Verdana, Arial, Helvetica, sans-serif;
    text-shadow: #157CCB 1px 1px 0;
    display:none;
}
.head .fr
{
    text-align: right;
    padding-top: 70px;
    color: #fff;
}
.head .fr a
{
    margin: 0 10px;
    color: #fff;
}
.head .fr a:hover
{
    color: #ff0;
}
/*——*/
.box
{
    padding: 50px 0 100px;
}
.RegisterBox
{
    border: solid 1px #dce9fa;
    background: #fff url(/s/img/w/1/Passport-Register1/RegisterBox_bg.jpg) repeat-x 0 0;
    width: 690px;
    margin: 0 auto;
    padding: 25px 0 35px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.RegisterBox
{
    /*可以注释*/
    border-width:0;
    width:692px;
    height:258px;
    overflow:hidden;
    background: transparent url(/s/img/w/1/Passport-Register1/RegisterBox.png) no-repeat 0 0;
    _background: transparent url(/s/img/w/1/Passport-Register1/RegisterBox.gif) no-repeat 0 0;
}
.RegisterBox .pt50
{
    /*可以注释*/
    padding-top:50px;
}
.RegisterBox td
{
    padding-top: 20px;
}
.RegisterBox td.td1
{
    font-size: 14px;
    font-weight: bold;
    width: 110px;
    text-align: right;
    color: #666;
}
.RegisterBox td.td1 div
{
    width: 110px;
}
.RegisterBox td.td1 div span
{
    background: url(/s/img/g/WillFill.gif) no-repeat 0 center;
    padding-left: 12px;
}
.RegisterBox td.td2
{
    padding-left: 8px;
}
/*——*/
.foot
{
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.foot .copyright
{
    color: #666;
    line-height: 1.8;
    padding: 8px 0 12px;
}
.foot .copyright a, .foot .copyright a:hover
{
    color: #666;
}
.foot .copyright strong a
{
    color: #06c;
}
.foot .copyright strong b
{
    color: #f90;
}
.foot .copyright strong a:hover,.foot .copyright strong a:hover b
{
    color:#c00;
}
/*——*/
.inp1
{
    -moz-border-radius: 4px 15px 15px 4px;
    -webkit-border-radius: 4px 15px 15px 4px;
    border-radius: 4px 15px 15px 4px;
    padding-left:7px;
    color:#777;
    /*-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;*/
}
.inp1:focus
{
    border-color: #4098F0;
    background: #fff;
    box-shadow: 0 0 8px #4098F0;
    background: -webkit-gradient(linear, 0 0, 0 10%, from(#ccc), to(#fff));
    -webkit-box-shadow: 0 0 8px #4098F0;
    background: -moz-linear-gradient(top, #ccc, #fff 10%);
    -moz-box-shadow: 0 0 8px #4098F0;
}
