div.roundedgreen, div.roundedgrey, div.roundedgrey2, div.roundedgrey3 {
    margin: 4px 0px 4px 0px;
}

div.roundedgreen {
    background-color: #d7df21;    
}
div.roundedgrey {
    background-color: #c3c4c6;    
}
div.roundedgrey2 {
    background-color: #e7e7e8;
}
div.roundedgrey3 {
    background-color: #dadbdc;
}

div.roundedsimplegreen {
    background-image: url("/img/trans_bg_green.png");
    background-repeat: no-repeat;    
    background-position: top center;
    background: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/trans_bg_green.png', sizingMethod='crop');          
    width: 24px;
    height: 14px;
    margin: auto;    
}
div.roundedsimplegrey {
    background-image: url("/img/trans_bg_grey.png");
    background-repeat: no-repeat;    
    background-position: top center;
    background: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/trans_bg_grey.png', sizingMethod='crop');          
    width: 24px;
    height: 14px;    
    margin: auto;
}
div.roundedsimplewhite {
    background-image: url("/img/trans_bg_white.png");
    background-repeat: no-repeat;      
    background: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/trans_bg_white.png', sizingMethod='crop');
    width: 24px;
    height: 14px;    
    margin: auto;
}

div.notroundedor1 {
    background: #c7a6a1;
}
div.notroundedor2 {
    background: #de8b7d;
}
div.notroundedgr1 {
    background: #cbcea1;
}
div.notroundedgr2 {
    background: #e5ec7a;
}
