﻿.checkbox-list 
{
    text-align: center;      
    height: 100px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    border: solid 1px;
    overflow: visible;
    overflow: auto;   
}

.date-input
{
	width: 100px;
	background: #FFFEB6;   
    border: solid 1px #D2D187;
    font-size: 11px;	
}

.text-input
{
	width: 100px;
	background: #FFFEB6;   
    border: solid 1px #D2D187;
    font-size: 11px;	
}

.dropdownlist
{
	background: #FFFEB6;   
    border: solid 1px #D2D187;
    font-size: 11px;	
}