﻿#main {
    width: 100%;
    height: 100%;
    direction: rtl;
}

    #main > div {
        font-family: tahoma;
        color: WindowText;
        font-size: 8pt;
        clear: right;
    }

.LabelCol {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    text-align: left;
    width: 125px;
    display: inline;
}

#tar {
    resize: none;
    width: 296px;
    float: right;
    font-size: 8pt;
}

.TextCol {
    padding-right: 10px;
    text-align: right;
    float: right;
    width: 322px;
}

    .TextCol > input[type="text"] {
        width: 298px;
        margin-right: 0px;
        vertical-align: top;
        float: right;
        display: inline;
    }

.des {
    float: right;
    font-size: 7pt;
    color: brown;
}

#Captcha {
    padding-top: 5px;
    padding-right: 30px;
    display: normal;
}

    #Captcha > input[type="text"] {
        margin-right: 18px;
        float: right;
    }

#Send {
    padding-top: 20px;
    width: 100%;
}

    #Send > input[type="button"] {
        margin-right: 40px;
        display: inline;
        border: 1px solid #A83759;
        margin-top: 5px;
        background-color: #fff;
        width: 100px;
        font-family: Tahoma;
    }

        #Send > input[type="button"]:hover {
            box-shadow: 0 1px 4px #555;
            cursor: pointer;
        }

.Error {
    display: none;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    float: right;
    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-right: 10px;
    line-height: 1.2em;
}

/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
    display: inline;
    float: right;  
    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;
    margin-top: 1px;
    direction: ltr;
    float: right;
    -webkit-text-size-adjust: auto;
    text-align: center;
    padding: 5px 0px 0px 0px;
    background-color: #CCCCCC;
}

.realperson-regen {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    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: 10px;
}

@media only screen and (max-width: 868px) {
    .div-search {
        left: 10px;
    }
}