﻿/* ---------------------------- */
/*      Added by zichun         */
/* ---------------------------- */

.checkboxstyling label, 
.checkboxstyling legend {
    display: inline;
    font-size: 13px;
    padding: 6px 4px;
    margin-right: 5px;
}

.customtable input[type="text"], 
.customtable input[type="checkbox"], 
.customtable input[type="radio"], 
.customtable select
{
    margin: 0;
}

.customtable td
{
    vertical-align: middle;
}

.errormsg
{
    color: red;
    padding: 6px 4px;
    margin-left: 5px;
    border: 0;
    vertical-align: middle;
}