.boxcus {
    padding: 12px 22px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    position: relative;
}

#f_register .the-first:after {
    content: url(../images/login1.png);
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.boxcus:last-child {
    margin-bottom: 0;
}

.boxcus:last-child:after {
    content: url(../images/login2.png);
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.titlecus {
    font-size: 16px;
    font-weight: 700;
    color: #f58221;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    width: 440px;
}

.detailcus {
    width: 440px;
    margin-top: 10px;
    padding-bottom: 40px;
}

.detailcus label {
    color: #555555;
    display: block;
    
}

.detailcus label span {
    /*color: #db0707;*/
}

.detailcus input {
    width: 100%;
    height: 35px;
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 0 15px;
    color: #808080;
}

.group-input:after {
    content: '';
    display: block;
    clear: both;
}

.cols-input:first-child {
    width: 175px;
    float: left;
}

.cols-input:last-child {
    width: 255px;
    float: right;
}

.detailcus select {
    width: 80px;
    height: 35px;
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 0;
    margin-right: 3px;
    color: #808080;

}

.detailcus select:last-child {
    margin-right: 0;
}

#i-code {
    width: 175px;
    float: left;
    margin-right: 10px;
}

.div-code {
    padding-top: 3px;
}

.div_check {
    margin-top: 10px;
    color: #555555;
    padding-left: 5px;
}

.div_check a {
    text-decoration: none;
    outline: 0;
    color: #555555;
}

#ch_remember {
    vertical-align: middle;
    margin-top: -4px;
    margin-left: -5px;
    height: auto;
    padding: 0;
    width: auto;
}

#login .boxcus:after {
    content: '';
}

#login .boxcus {
    background: url(../images/bg1.png) right bottom no-repeat;
    height: 320px;
}

#login .boxcus label {
    margin-top: 5px;
}

#btnLogin, #btnRegister, #btnEdit {
    height: 37px;
    width: 105px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background: #00a651;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
}
 #btnSubmit {
    height: 37px;
    padding:0 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background: #00a651;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
}


#btnLogin:hover, #tb-newbie a:hover {
    background: #14844b;
}

#tb-newbie {
    margin-top: 30px;
}

#tb-newbie .boxcus:after {
    content: '';
}

#tb-newbie .boxcus {
    background: url(../images/bg2.png) right bottom no-repeat;
    height: 270px;
}

#tb-newbie a {
    margin-top: 20px;
    width: 125px;
    height: 37px;
    line-height: 36px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background: #00a651;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    font-weight: bold;
}

.row_title td {
    background: #f58221;
    font-weight: bold;
    color: #fff;
    padding: 8px 0;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

.row_detail td:first-child {
    border-left: 1px solid #e5e5e5;
}

.row_detail td {
    padding: 8px 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #f3f3f3;
}

.row_detail td:first-child, .row_detail td:nth-child(5), .row_detail.active {
    color: #ed3237;
}

.btnRole {
    color: #242424;
    display: inline-block;
}

.btnRole:hover {
    color: #f58221;
}

#btnReset {
    height: 37px;
    width: 105px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background: #a9a9a9;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
    margin-left: 10px;
}

#btn-login:hover {
    background: #777676;
}

#btn-login:focus {
    outline: 0;
}
.form-update td
{
    padding: 10px 0;
}
.form-update input[type="text"], .form-update input[type="password"], .form-update select {
    width: 100%;
    height: 35px;
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 0 15px;
    color: #808080;
}
.row_title td {
    background: #f58221;
    font-weight: bold;
    color: #fff;
    padding: 8px 0;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}
.row_total_cart 
{
    padding: 8px 0;
}
.border_m
{
    margin-top: 20px;
}
legend
{
    padding-bottom: 10px;
}