.btn{
    width:250px;
    height:35px;
    line-height:35px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:5px 5px 0px 0px #DEDEDE ;
}
.btn a:hover{
    background:#0099FF;
    color:#FFFC00;
    margin-left:2px;
    margin-top:2px;
    box-shadow:none;
}
