﻿.txtredborder {
    border: 1px solid red !important;
}
.inputfile {
    float: left;
    height: 80px;
    width: 80px;
    position: relative;
    margin-right: 5px;
}
    .inputfile .showimg {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }
    .inputstyle {
    width: 80px !important;
    height: 80px !important;
    cursor: pointer;
    font-size: 30px;
    outline: medium none;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    opacity: 0;
    left: 0px;
    top: 0px;
    padding: 0 !important;
}
.changeflag {
    color:red;
}
.changeflagimg {
    border: 1px solid red;
}

.changeflagtable tr:first-child td{
    border-top: 1px solid red !important;
}

.changeflagtable tr:last-child td{
    border-bottom: 1px solid red !important;
}
.changeflagtable tr td:first-child{
    border-left: 1px solid red !important;
}
.changeflagtable tr td:last-child{
    border-right: 1px solid red !important;
}

        input[readonly]{
            background-color:#efefef;
        }
        .txtbox {
            width: 90%;
            height: 25px;
            border: 1px solid #cccccc;
        }

    


