﻿
.findpsw-Button 
{
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    font-family:  'Segoe UI';
    min-width:103px;
    height:40px;
    background: #FFC000;
    border: 1px solid #DDA90B;
    border-top-color: #EBB81C;
    border-bottom-color: #C29302;        
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), to(#ECB200));
    background: -moz-linear-gradient(top, #FFC000, #ECB200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC000", endColorstr="#ECB200");
    -moz-box-shadow: 0 1px 0 #ddd, inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 0 #ddd, inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-appearance: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: #000;
    box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    -webkit-text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    -moz-text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    outline:none;
}

.findpsw-Button:hover
{
    border: 1px solid #DDA90B;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0B600), to(#FFC000));
    background: -moz-linear-gradient(top, #F0B600, #FFC000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0B600", endColorstr="#FFC000");
}

.findpsw-Button:active,.findpsw-Button.pressed,.findpsw-Button.touched,.findpsw-Button.touch 
{
    border: 1px solid #DDA90B;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0B600), to(#ECB200));
    background: -moz-linear-gradient(top, #F0B600, #ECB200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0B600", endColorstr="#ECB200");
}
