﻿textArea {
    width: 180px;
    border: solid 1px #B0B6BE;
}

input[type="text"] {
    background-image: url("Images/inputback.jpg");
    background-repeat: no-repeat;
    width: 150px;
    border-width: 0px;
    border-bottom: solid 1px #ccc;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 3px;
    font-size: 12px;
    margin-left: 2px;
}

#form1 * {
    vertical-align: middle;
}

select {
    margin-left: 0px;
    border: solid 1px #ccc;
    height: 24px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    width: 75px;
    height: 24px;
    background-image: url("Images/submitback.jpg");
    border-width: 0px;
    background-repeat: repeat-x;
    border: solid 1px #783333;
    margin-right: 2px;
    color: #FFFFFF;
    font-size: 12px;
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        background: url("Images/icos2.png") -130px -20px;
        /* color: #FFF;*/
    }

input[id='AspNetPager1_btn'] {
    width: 30px;
    height: 20px;
    margin: 8px;
    border: solid 1px #B0B6BE;
}

.input-readonly {
    border: solid 0px #E7E0E0 !important;
    color: gray;
}
