﻿    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
        margin-bottom: 1px;
    }

.addRemoveIcons 
{ 
    height: 24px;
    width:27px;
    padding-bottom: 4px; 
    background-image: url('../images/addremoveicons.png'); 
    background-repeat:no-repeat;  
    margin: 0px 4px 4px 4px;
}

.select
{
	height: 33px !important;
	font-size: 16px;
    width:200px;
    margin-top:3px
}

.errorContainer {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.gridRowEvenMain {
    background-color: #ffffff !important;
}

.submitButtonHighlight {
    background-color: #f5ce30;
    border: 0 none;
    border-radius: 4px;
    color: #333333;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-top: 4px;
    padding: 0;
    font-size: 15px;
    margin-left:15px;
    width:125px;
}
