﻿.register{width: 380px;
    margin: 20px auto;}
.register p{clear: both;
    padding-bottom: 10px;
    font-size: 16px;
    color: #282728;
    line-height:36px;
}
.register p a{color:#f00;}
.register p font{color:#f00;}
.register p span{float:left;
    text-align:right;
    margin-right:10px;
    width:106px;
}
.register p input,.register p select{width:210px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.register p input[type='submit'],.register p  input[type='button'] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #b40001;
    border-color: #fff;
}
.but01{width:96px !important;}
.reg{    display: block !important;
    margin: 50px auto 20px auto !important;
}
.register p select{width:236px !important;}