﻿
#txtSecureCode {
    width: 124px;
    border: 1px solid #abadb3;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    background-color: #ffffff;
    color: black;
    margin: 0px;
    float: right;
}

.imgSecureCode {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    border: 1px solid #abadb3;
    margin: 0;
    float: right;
}

.divimgSecureCode {
    width: 100%;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
    border-radius: 1px;
    direction: rtl;
    float: right;
}

.RefreshSecutityCode {
    margin: 0 1px 0px 1px;
    cursor: pointer;
    float: right;
}


#imgRefreshSecurityCode, #txtSecureCode, #imgSecureCode {
    vertical-align: top !important;
}