﻿/********************Horizontal capthca for inner pages*************************************/
.main_captch {
        width:230px;
        min-height: 95px;
        margin: 10px auto;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
        line-height: 10px;
        background-color:#fff !important;
        display:block;
        border:1px solid #ddd;
        border-radius:5px;
    }

    .capthca_pic {
        float: left;
        margin:2px 0;
        width:100%;
        text-align:center;
        border-bottom:1px solid #bfbfbf;
    }

        .capthca_pic img {
            height: 34px;
           padding:5px 0;
           margin:0 auto;
        }


    .ver_code {
        float: left;
        margin:0;
    }

    .inp_btn {
        float: left;
        width: 46%;
        margin: 3px 10px 3px 2px;
    }
.inp_btn input[type="text"] {
    width:93%;
   padding: 7px;
   margin:0 !important;
   background-image:none !important;
    background-color: #fff;
 border-radius:5px;
    border: #ddd 1px solid !important;
        
    
   
}

    .sound_pho {
        float: left;
        padding: 10px 3px 5px 5px;
        margin:0 !important;
        background-image:none !important;
    }

    .sound_pho input[type="image"] {
        vertical-align: middle;
        margin:0 !important;
   background-image:none !important;
    }



    .refresh_pho input[type="image"] {
        vertical-align: middle;
        margin:0 !important;
   background-image:none !important;
    }

    .refresh_pho {
        float: left;
        padding: 10px 7px 5px 5px;
        font-size: 10px;
        margin:0 !important;
   
    }
.help_pho input[type="image"] {
     vertical-align: middle;
        margin:0 !important;
   background-image:none !important;
}

    .help_pho {
        float: left;
        padding:5px 3px;
        font-size: 10px;
        width:2%;
        margin:0 !important;
   background-image:none;
  
}
    /********************Modal Content for inner pages*************************************/
    /********************Modal Content for Login pages*************************************/
    
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: absolute; /* Stay in place */
        /*z-index: 1;*/ /* Sit on top */
        padding-top: 100px; /*Location of the box*/
        left:0;
        top: 80px;
        width: 100%; /* Full width */
        height: 30%; /* Full height */
        /*overflow: no-content;*/ /* Enable scroll if needed */
        /*background-color: rgb(0,0,0);*/ /* Fallback color */
        /*background-color: rgba(0,0,0,0);*/ /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
    background-color: #fefefe;
    margin:0 auto;
    padding: 5px;
    border: 1px solid #888;
    width: 300px;
    position: relative;
}

    /* The Close Button */
   .close {
          height: 25px;
    width: 25px;
    color: #ffffff;
    float: right;
    position: absolute;
    font-size: 15px;
    margin: 0px;
    font-weight: bold;
    right: 0px;
    top: -15px;
    background-color: #007cbd;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
}
        .close:hover,
        .close:focus {
            color: #c5c5c5;
            text-decoration: none;
            cursor: pointer;
        }

   .modal-content ol li {
        margin: 0;
    padding: 0;
        font-size: 12px;
        font-family: Microsoft New Tai Lue;
        line-height: 25px;
        
    }
    .captcha_new {
        margin:0;
            padding: 10px 20px;
    }