.button{
    display:inline-block;
    cursor:pointer;
    padding:6px 14px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    text-decoration:none;
}



.button.large{
    padding:10px 16px;
    font-size:12px;
}

.button.disabled{
    cursor:default;
    opacity: 0.65;
}

.button.primary{
    color:#FFFFFF;
    border-radius:5px;
    border: 1px solid #444444;
    background-image: -moz-linear-gradient(center top , #7D7D7D, #464646);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #464646;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#7d7d7d), to(#464646));
    background-image: -moz-linear-gradient(top, #7d7d7d, #464646);
    background-image: -ms-linear-gradient(top, #7d7d7d, #464646);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #464646));
    background-image: -webkit-linear-gradient(top, #7d7d7d, #464646);
    background-image: -o-linear-gradient(top, #7d7d7d, #464646);
    background-image: linear-gradient(top, #7d7d7d, #464646);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.button.primary:hover{
    background-position:0 -15px;
    text-decoration: none;

}

.button.primary:active{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.5)
}

.button.primary.disabled:hover, .button.primary.disabled:active{
    background-color:#464646;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#7d7d7d), to(#464646));
    background-image: -moz-linear-gradient(top, #7d7d7d, #464646);
    background-image: -ms-linear-gradient(top, #7d7d7d, #464646);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #464646));
    background-image: -webkit-linear-gradient(top, #7d7d7d, #464646);
    background-image: -o-linear-gradient(top, #7d7d7d, #464646);
    background-image: linear-gradient(top, #7d7d7d, #464646);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    background-position:0 0;
}

.button.secondary{
    color:#000000;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    border-radius:5px;
    border-width:1px;
    border-style:solid;
    border-color:#BBBBBB;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    text-decoration:none;
}

.button.secondary:hover{
    background-position:0 -15px;
    text-decoration:none;
}

.button.secondary:active{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.button.secondary.disabled:hover, .button.secondary.disabled:active{
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    background-position:0 0;
}

.button.tertiary{
    color:#000000;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    border-radius:5px;
    border-width:1px;
    border-style:solid;
    border-color:#AAAAAA;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 50%, #f2f2f2);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 50%, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.button.tertiary:hover{
    background-position:0 -10px; 
    text-decoration:none;
}

.button.tertiary:active{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.button.tertiary.disabled:hover, .button.tertiary.disabled:active{
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 50%, #f2f2f2);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 50%, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
    background-position:0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}


.button.big.blue {
    background: #4ea6e5;
    border: 1px solid #4695cf;
    border-radius: 2px;
    padding: 10px 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.button.big.blue:hover {
	border-color: #3674a1;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), inset 0 1px 0 0 rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.25);
}

.button.big.blue:active {
	background: #4695cf;
}