﻿.dButton
{
    background-image: -moz-linear-gradient(top, #666666, #333333); /* FF3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #666666),color-stop(1, #333333)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333')"; /* IE8 */
    padding: 6px 10px;
    -webkit-border-radius: 3px 3px;
    border: solid 1px #555;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
    line-height: 1;
    font-size: x-small;
    -moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}

.dButton:hover
{
    background-image: -moz-linear-gradient(top, #333333, #666666); /* FF3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #333333),color-stop(1, #666666)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666')"; /* IE8 */
    padding: 6px 10px;
    -webkit-border-radius: 3px 3px;
    border: solid 1px #555;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
    line-height: 1;
    font-size: x-small;
    -moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}

