@CHARSET "UTF-8";
input{width:260px;height:30px;margin:5px 0 0 10px;}
body{margin:0;FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b8c4cb,endColorStr=red); /*IE 6 7 8*/ 
background: -ms-linear-gradient(top, #6fa1d4,  #fff);        /* IE 10 */
background:-moz-linear-gradient(top,#6fa1d4 , #b8c4cb);/*火狐*/ 
background:-webkit-gradient(linear, 0% 0%, 0% 100%,to(#6fa1d4) , from(#fff));/*谷歌*/ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#6fa1d4), from(#fff));      /* Safari 4-5, Chrome 1-9*/
background: -webkit-linear-gradient(top, #6fa1d4, #fff);   /*Safari5.1 Chrome 10+*/
background: -o-linear-gradient(top, #6fa1d4, #fff);  /*Opera 11.10+*/}
.background {width:1400px;;background:url(/style/images/next.jpg)no-repeat;margin:0 auto;background-size:cover;}
.background .content{width:930px;height:885px;margin:0 auto;padding:90px 0 0 0;}
.content .form{width:490px;background-color:#fff;margin:0 0 0 100px;float:left;}
.form .title{color:#8065b6;font-size:18px;text-align:center;margin:10px 0 25px 0;}
.form table{margin:0 0 0 75px;}
.content .stage{width:210px;height:240px;border:1px solid #333;float:left;margin:35px 0 0 50px;background-color:#000;color:#fff;}
.stage table{color:#fff;font-size:14px;margin:10px 0 0 0;}
.stage .title{margin:10px 0 0 10px;}
.block{width:13px;height:13px;background-color:#fff;margin:10px 10px 0 10px;}
.next{margin:30px 0 0 150px;}
.logo{margin:20px auto;width:200px;height:90px;}