.txt-wrapper
{
    background: url("txt-img/txtbox-bg.png") repeat-x #fff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #69747d;
    display: inline-block;
    height: 18px;
    overflow: visible;
    padding: 2px; /*position: relative;*/
    float: left;
}

.txt-wrapper > span
{
    background: url("txt-img/txtbox-bg.png") repeat-x #fff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #69747d;
    display: inline-block;
    height: 18px;
    overflow: visible;
    padding: 2px; /*position: relative;*/
    float: left;
    width: auto;
}

.inside
{
    margin-left: -50px;
}

.fileUpload-wrapper
{
    background: url("txt-img/txtbox-bg.png") repeat-x #fff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eee;
    height: 18px;
    height: auto;
    overflow: visible;
    padding: 2px; /*position: relative;*/
    float: left;
}

select.DropDownList
{
    height: 23px;
    font-size: 11px;
    min-width: 100px;
    background: #fff url('txt-img/txtbox-bg.png') repeat-x;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #69747d;
    display: inline-block;
    padding: 3px; /*position: relative;*/
}

select.DropDownList option
{
    padding: 3px 0 3px 0; /*position: relative;*/
}

.multiline
{
    min-height: 50px;
    max-height: 80px;
    min-width: 300px;
}

.multiline_mid
{
    min-height: 80px;
    max-height: 120px;
    min-width: 300px;
}

.multiline_large
{
    min-height: 120px;
    max-height: 150px;
    min-width: 300px;
}

.multiline_auto
{
    min-height: 120px;
    height: auto;
    max-width: 300px;
    font-weight: normal;
}

.alt
{
    border-bottom: 0px solid #CCCCCC;
    background-color: #F7F7F7;
}

.txtBox
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block;
    float: left;
    height: 18px;
    padding: 0;
    min-width: 200px;
    font-size: 11px; /*color: #434B54;*/
    color: #000;
}

.date-txtbox-img
{
    /*position: relative; left: -24px; top: 0px;*/
    background: url("txt-img/calendar.gif") no-repeat scroll right transparent;
}

.fileUpload
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block;
    float: left;
    height: 22px;
    padding: 0;
    width: 200px;
    font-size: 12px;
    color: #000;
}

.multiline_txtBox
{
    min-height: 50px;
    max-height: 80px;
    font-family: Inter;
    font-size: 11px;
    min-width: 300px;
    overflow: visible;
}

.multiline_txtBox_mid
{
    min-height: 80px;
    max-height: 120px;
    font-family: Inter;
    font-size: 11px;
    min-width: 300px;
    overflow: visible;
}

.multiline_txtBox_large
{
    min-height: 120px;
    max-height: 150px;
    font-family: Inter;
    font-size: 11px;
    min-width: 300px;
    overflow: visible;
}

.multiline_txtBox_auto
{
    min-height: 120px;
    height: auto;
    font-family: Inter;
    font-size: 11px;
    max-width: 300px;
    font-weight: normal; /*overflow: visible;*/
}

.checkboxList
{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eee;
    background: -moz-linear-gradient(center bottom , #F7F7F7, #FFFFFF) repeat scroll 0 0 transparent;
    height: auto;
    padding: 7px 5px;
}

.checkboxList td
{
    min-width: 10%;
    width: auto;
    font-size: 10px;
    font-family: Inter;
    vertical-align: top;
    padding: 2px 5px;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(center bottom , #F7F7F7, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #eee;
    vertical-align: middle;
    margin: 7px 5px -10px 5px;
}

/*.checkboxList td
{
    min-width: 10%;
    width: auto;
    font-size: 10px;
    font-family: Inter;
    vertical-align: top;
    padding: 2px 5px;
    text-align: left;
    font-weight: bold;
   -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(center bottom , #F7F7F7, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #eee;
    vertical-align:middle;
}
*/

.checkboxList td input
{
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 0px solid #ccc;
    padding: 0px;
    margin-bottom: -5px;
}

.checkboxList td label
{
    vertical-align: top;
    margin-top: 0px;
    margin-left: 5px;
}

.radiobuttonList
{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eee;
    background: -moz-linear-gradient(center bottom , #F7F7F7, #FFFFFF) repeat scroll 0 0 transparent;
    height: auto;
    padding: 5px;
}

.radiobuttonList td
{
    min-width: 0px;
    width: auto;
    font-size: 10px;
    font-family: Inter;
    vertical-align: top;
    padding: 2px 5px;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(center bottom , #F7F7F7, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #eee;
    vertical-align: middle;
}

.radiobuttonList td label
{
    vertical-align: top;
    margin-left: 5px;
    min-width: 0px;
}

.validate
{
    color: red;
}