﻿body {
    height: 100%;
    margin: 0px;
}

.selectpicker {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #E8E8E8 inset;
    height: 30px;
    margin: 0 0 0 25px;
    padding-left: 10px;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    font-size: 11pt;
}

    .selectpicker:hover {
        border: 1px solid #B6B6B6;
        box-shadow: 0 0 10px #CCCCCC inset;
    }

    .selectpicker:focus {
        border: 1px solid #B6B6B6;
        box-shadow: 0 0 10px #CCCCCC inset;
    }

.tasti {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #E8E8E8 inset;
    height: 25px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    font-size: 9pt;
}

    .tasti:hover {
        border: 1px solid #B6B6B6;
        box-shadow: 0 0 10px #CCCCCC inset;
    }

    .tasti:focus {
        border: 1px solid #B6B6B6;
        box-shadow: 0 0 10px #CCCCCC inset;
    }
