﻿.text-box-registrtion {
    width: 290px;
    height: 20px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    font: normal 12px BYekan;
}

    .text-box-registrtion:hover, .text-box-registrtion:focus {
        cursor: text;
        background: #eeeeee;
        border: 1px solid rgba(28,139,183,0.9);
    }

.text-box-registrtion-small {
    width: 137px;
    height: 20px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    font: normal 12px BYekan;
}

    .text-box-registrtion-small:hover, .text-box-registrtion-small:focus {
        cursor: text;
        background: #eeeeee;
        border: 1px solid rgba(28,139,183,0.9);
    }

.drop-down-list-registrtion {
    width: 301px;
    height: 32px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    line-height: 40px;
}

    .drop-down-list-registrtion:hover, .drop-down-list-registrtion:focus {
        cursor: default;
        background: #eeeeee;
        border: 1px solid rgba(28,139,183,0.9);
    }

.text-box-registrtion-address {
    width: 918px;
    height: 150px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    line-height: 40px;
    max-height: 150px;
    min-height: 150px;
    max-width: 918px;
    min-width: 918px;
}

    .text-box-registrtion-address:hover, .text-box-registrtion-address:focus {
        cursor: default;
        background: #eeeeee;
        border: 1px solid rgba(28,139,183,0.9);
    }