﻿#main {
    width: 100%;
    height: 100%;
}

    #main > div {
        font-family: Georgia;
        color: WindowText;
        font-size: 8pt;
        clear: left;
    }

.LabelCol {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    text-align: right;
    width: 150px;
    display: inline;
}

#tar {
    resize: none;
    width: 298px;
    float: left;
    font-size: 8pt;
}

.TextCol {
    padding-left: 10px;
    text-align: left;
    float: left;
    width: 322px;
}

    .TextCol > input[type="text"] {
        width: 298px;
        margin-left: 0px;
        vertical-align: top;
        float: left;
        display: inline;
    }

.des {
    float: left;
    font-size: 7pt;
    color: brown;
}

#Captcha {
    padding-top: 5px;
    padding-left: 30px;
    display: normal;
}

    #Captcha > input[type="text"] {
        margin-left: 18px;
        float: left;
    }

#Send {
    padding-top: 20px;
    width: 100%;
}

    #Send > input[type="button"] {
        margin-left: 40px;
        display: inline;
        border: 1px solid #A83759;
        margin-top: 5px;
        background-color: #fff;
        width: 100px;
    }

        #Send > input[type="button"]:hover {
            box-shadow: 0 1px 4px #555;
            cursor: pointer;
        }

.Error {
    display: none;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 3px;
    background-image: url('../../Pic/exclamation-mark-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#result {
    text-align: center;
    font-family: Tahoma;
    font-size: 9pt;
    color: red;
    text-shadow: 1px 1px 1px #333;
    display: inline-block;
    width: 300px;
    padding-left: 10px;
    line-height: 1.2em;
}

/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
    display: inline;
    float: left;
    height: 30px;
    margin-top: 0px;
    font-size: 9pt;
    color: #000;
    z-index: 20000;
}

.realperson-text {
    font-family: "Courier New",monospace !important;
    font-size: 6px;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 3px;
    height: 23px;
    padding: 2px 2px 0px 2px;
    background-color: #CCCCCC;
    -webkit-text-size-adjust: auto;
    text-align: center;
    margin-top: 4px;
    float: left;
}

.realperson-regen {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline;
    margin-top: 5px;
    margin-left: 10px;
    float: right;
    background-image: url('../../Pic/Refresh.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

    .realperson-disabled .realperson-regen {
        cursor: default;
    }

.language-section {
    top: 12px;
}

#ctl00_Image2 {
    top: 11px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}