.toggleButton {
    -moz-box-shadow:inset 0 1px 0 0 #d6d6d6;
    -webkit-box-shadow:inset 0 1px 0 0 #d6d6d6;
    box-shadow:inset 0 1px 0 0 #d6d6d6;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #5c575c) );
    background:-moz-linear-gradient( center top, #000000 5%, #5c575c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#5c575c');
    background-color:#000000;
    -webkit-border-top-left-radius:30px;
    -moz-border-radius-topleft:30px;
    border-top-left-radius:30px;
    -webkit-border-top-right-radius:30px;
    -moz-border-radius-topright:30px;
    border-top-right-radius:30px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-radius-bottomright:30px;
    border-bottom-right-radius:30px;
    -webkit-border-bottom-left-radius:30px;
    -moz-border-radius-bottomleft:30px;
    border-bottom-left-radius:30px;
    display:inline-block;
    color: #ffffff;
    /*font-family: Consolas;*/
    font-size:20px !important;
    font-weight:bold;
    font-style:normal;
    height:50px;
    width:50px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0 #c7c7c7;
    position:absolute;
    border:0;
    outline:0;
}

.toggleButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c575c), color-stop(1, #000000) );
    background:-moz-linear-gradient( center top, #5c575c 5%, #000000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c575c', endColorstr='#000000');
    background-color:#5c575c;
}
