<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************Horizontal capthca for inner pages*************************************/
.Captcha {
    width:100%;
}
.main_captch {
        background-color:#fff !important;
        display:block;
        border:1px solid #ddd;
        border-radius:5px;
    }

    .capthca_pic {
    
       
        border-bottom:1px solid #bfbfbf;
    }

        .capthca_pic img {
padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  display: block;
        }


    .ver_code {
        float: left;
    }

    .inp_btn {
        width: 100%;
    }
.inp_btn input[type="text"] {
   padding: 7px;
    background-color: #fff;
 border-radius:5px;
    border: #ddd 1px solid !important;
  
}

.captchaFields {
    padding:10px;
}
  
    /********************Modal Content for inner pages*************************************/
    /********************Modal Content for Login pages*************************************/
    
    /* The Modal (background) */
    .modal {
     display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: no-content;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0);
  z-index: 999999;
    }

    /* Modal Content */
    .modal-content {
    background-color: #fefefe;
    margin:98px auto 0px auto;
    padding: 5px;
    border: 1px solid #888;
    width: 300px;
    position: relative;box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
}

    /* 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;
        color: #000;
    }
    .captcha {
        margin:0;
            padding: 10px 20px;
    } 
    .sound_pho, .refresh_pho, .help_pho {
        text-align:center;
    }</pre></body></html>