﻿input[type='text'],
input[type='password'] {
    border: 1px solid #b7b7b7;
    margin: 2px 0;
    *margin: 0;
    padding: 3px 5px;
}

input[type='button'],
input[type='submit'] {
    border: none;
    cursor: pointer;
}

select {
    border: 1px solid #b7b7b7;
    margin: 2px 0;
    *margin: 0;
    padding: 2px 0 2px 5px;
}

/*===================================== input type text =====================================*/
.input_58x29 {
    width: 58px;
}
.input_65x29 {
    width: 65px;
}

.input_68x29 {
    width: 68px;
}

.input_100x29 {
    width: 100px;
}

.input_110x29 {
    width: 110px;
}

.input_120x29 {
    width: 120px;
}

.input_125x29 {
    width: 125px;
}

.input_130x29 {
    width: 130px;
}

.input_150x29 {
    width: 150px;
}

.input_175x29 {
    width: 175px;
}

.input_180x29 {
    width: 180px;
}

.input_190x29 {
    width: 190px;
}

.input_200x29 {
    width: 200px;
}

.input_220x29 {
    width: 220px;
}

.input_250x29 {
    width: 250px;
}

.input_270x29 {
    width: 270px;
}

.input_275x29 {
    width: 275px;
}

.input_280x29 {
    width: 280px;
}

.input_335x29 {
    width: 335px;
}

/*=========================================== select ==========================================*/
.select_50 {
    width: 50px;
}

.select_70 {
    width: 70px;
}

.select_80 {
    width: 80px;
}

.select_90 {
    width: 90px;
}

.select_100 {
    width: 100px;
}

.select_110 {
    width: 110px;
}

.select_120 {
    width: 120px;
}

.select_130 {
    width: 130px;
}

.select_150 {
    width: 150px;
}

.select_200 {
    width: 200px;
}

.select_210 {
    width: 210px;
}

.select_220 {
    width: 220px;
}

.select_230 {
    width: 230px;
}

.select_250 {
    width: 250px;
}

/*===================================== input type button =====================================*/
.btnLogIn {
    background-color: #439b20;
    color: white;
    margin: 7px auto;
    padding: 7px 10px;
}

.btnHistoryChangeName {
    background-color: #439b20;
    color: white;
    padding: 5px 10px;
}

    .btnHistoryChangeName:hover {
        background-color: #439b20;
    }

.btnRed {
    background-color: #439b20;
    box-shadow: 2px 2px 0px #439b20;
    color: white;
    padding: 5px 10px;
    min-width: 100px;
}

    .btnRed:hover {
        background-color: #439b20;
        box-shadow: 2px 2px 0px #439b20;
    }

.btnPurple {
    background-color: #439b20;
    box-shadow: 2px 2px 0px #439b20;
    color: white;
    padding: 5px 10px;
    min-width: 100px;
}

    .btnPurple:hover {
        background-color: #439b20;
        box-shadow: 2px 2px 0px #439b20;
    }

.btnGray {
    background-color: #828481;
    box-shadow: 2px 2px 0px #828481;
    color: white;
    padding: 5px 10px;
    min-width: 100px;
}

    .btnGray:hover {
        background-color: #828481;
        box-shadow: 2px 2px 0px #828481;
    }
.btnBlue {
    background-color: #0090c5;
    box-shadow: 2px 2px 0px #0090c5;
    color: white;
    padding: 5px 10px;
    min-width: 100px;
}
    .btnBlue:hover {
        background-color: #0090c5;
        box-shadow: 2px 2px 0px #0090c5;
    }

.btnCloseDialog {
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333;
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 14px;
    width: 14px;
    padding: 0 2px 8px 5px;
}

.btnicoSearch {
    background: url(../Images/Icon/IcoSearch.png) no-repeat;
    position:absolute;
    height: 26px;
    width: 26px;
}

.btnicoClose {
    background: url(../Images/Icon/IcoClose.png) no-repeat;
    height: 24px;
    width: 22px;
}

.btnicoEdit {
    background: url(../Images/Icon/IcoEdit.png) no-repeat;
    height: 23px;
    width: 23px;
}

.btnicoDelete {
    background: url(../Images/Icon/IcoDelete.png) no-repeat;
    height: 23px;
    width: 20px;
}

.SlideUp {
    background: url(../Images/Icon/IcoSlideUp.png) no-repeat;
    height: 24px;
    width: 22px;
}

.SlideDown {
    background: url(../Images/Icon/IcoSlideDown.png) no-repeat;
    height: 24px;
    width: 22px;
}

.btnAddMore {
    color: red;
    background-color: transparent;
    text-underline-position: alphabetic;
    text-decoration: underline;
}

.upload {
    background-color: #439b20;
    box-shadow: 2px 2px 0px #439b20;
    overflow: hidden;
    color:white;
    position:relative;
}

    .upload input {
        display: block !important;
        width: 80px !important;
        /*height: 32px !important;*/
        opacity: 0 !important;
        overflow: hidden !important;
    }
    .upload span {
        margin:2px 23px;
        position:absolute;
    }

#InputValue {
text-align:right;
}
.btnRefreshCaptcha
{
    border:none;
    float:left;
    background: url("../Images/Icon/ico-Refresh.png") no-repeat;
    height: 40px;
    width: 39px;
}
.btnSubmit
{
    border-color:#36cc20;
    background-color:#36cc20;
    color:white;
    font-size:16px;
    padding:5px 0;
    width:87px;
}
.Link{
    text-decoration:underline;
}
.Link:hover {
    color: #008CBA;
}

.txtRequire:before {
   content: "* ";
   color: red;
}