﻿/*********删除文本框焦点样式**********/
*:focus
{
    outline: none;
}

.register
{
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    /** background:#DDE9F5;**/
    overflow: hidden;
}

.area
{
    background: #fff;
    margin: 5px;
    background: #86e0e6;
    border-radius: 5px;
    overflow: hidden;
}

.register_form
{
    width: 100%;
    overflow: hidden;
}

.orange
{
    color: #FF6600;
    padding-left: 2px;
}

.huise
{
    color: #999;
}
/*********表单排版样式*********/

.register_form h2
{
    font-size: 18px;
    font-weight: bold;
}

.register_form label
{
    font-size: 16px;
}

.form_hint, .required_notification
{
    font-size: 12px;
}

/**********列表样式***********/

.register_form ul
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px;
}

.register_form li
{
    padding: 12px;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
    overflow: hidden;
}

    .register_form li:first-child
    {
        border-bottom: 1px solid #777;
    }

    .register_form li:last-child
    {
        border-bottom: 0px solid #777;
    }
/**********表单头***********/

.register_form h2
{
    margin: 0;
    display: inline;
}

.required_notification
{
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}

/**********表单元素***********/

.register_form label
{
    width: 30%;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
    box-sizing: border-box;
}

.register_form input
{
    height: 30px;
    line-height: 30px;
    width: 70%;
    box-sizing: border-box;
    padding: 5px 8px;
}

.register_form textarea
{
    box-sizing: border-box;
    padding: 8px;
    width: 70%;
}



/********表单视觉样式********/

.register_form input, .register_form textarea
{
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 4px;
    padding-right: 30px;
}

    .register_form input:focus, .register_form textarea:focus
    {
        background: #fff url(images/red_asterisk.png) no-repeat;
        border: 1px solid #555;
        box-shadow: 0 0 3px #aaa;
    }

    /*********表单验证样式**********/

    .register_form input:required, .register_form textarea:required
    {
        background: #fff url(images/red_asterisk.png) no-repeat 98% center;
    }

        .register_form input:required:valid, .register_form textarea:required:valid
        {
            background: #fff url(images/valid.png) no-repeat 98% center;
            box-shadow: 0 0 5px #5cd053;
            border-color: #28921f;
        }

    .register_form input:focus:invalid, .register_form textarea:focus:invalid
    {
        background: #fff url(images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #d45252;
        border-color: #b03535;
    }

.register_form .tips
{
    display: block;
    font-size: 12px;
    color: #d45252;
    line-height: 20px;
    text-align: right;
    margin-top: 8px;
}

.register_form .code
{
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #d45252;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 5px;
    cursor: pointer;
    width: 80px;
    text-align: center;
}

.register_form button[type=submit]
{
    padding: 6px 16px;
    font-size: 16px;
    text-align: center;
}

.dialog001
{
}

    .dialog001 li
    {
        padding: 10px 5px;
    }

        .dialog001 li label
        {
            float: left;
            width: 90px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

        .dialog001 li input[type=text]
        {
            height: 30px;
            line-height: 30px;
            border-radius: 4px;
            border: 1px solid #aaa;
            box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
            width: 160px;
            font-size: 14px;
        }

            .dialog001 li input[type=text]:focus
            {
                box-shadow: 0 0 5px #d45252;
                border-color: #b03535;
            }

        .dialog001 li input[type=button]
        {
            padding: 5px 10px;
            font-size: 16px;
            margin-right: 20px;
        }

        .dialog001 li .tips003
        {
            text-align: center;
            font-size: 16px;
            color: #d45252;
        }


.form-control
{
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.fawu
{
   
}
    .fawu h4
    {
        margin:10px 0;
        font-weight:normal;
        padding-left:5px;
        font-size:1em;
    }

.fuwu001
{
    display:block;
    padding:3px;
    background:#d45252;
    width:100px;
    
    color:#fff;
    border-radius:5px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    height:28px;
    line-height:28px;
    margin-left:44%;
}

.fuwu002
{
    display:inline-block;
    
    background:#d45252;
   
    color:#fff;
    border-radius:5px;
    text-align:center;
    text-decoration:none;
    
    
}