﻿.mode_buttons_div 
{
    position:absolute;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;    
    cursor: pointer;
    border: 1px solid rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
    width: 24px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.mode_button_div
{
    border: 1px solid #FFFFFF;
    background-position:center;
    background-repeat:no-repeat;
    width: 22px;
    height: 22px;
    margin-bottom:3px;
     -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.mode_button_div:hover
{
    border: 1px solid rgb(102, 102, 102);
}

.selected_mode_button_div
{
    border: 1px solid rgb(132, 132, 132);
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
}
