button{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}
/*
input[type="text"], input[type="password"], textarea {
    font-family: Arial,Verdana,Sans-Serif;
    border: 1px solid #cfd6dd;
    background: #ffffff;
    color: #000000;
    padding: 5px 3px 4px 5px;
    margin: 0;
    
    -moz-box-shadow: inset 3px 3px 5px #EBEEF1;
    -webkit-box-shadow: inset 3px 3px 5px #EBEEF1;
    box-shadow: inset 3px 3px 5px #EBEEF1;
    
    width: 300px;
}
*/
select {
    border: 1px solid #cfd6dd;
    background: #ffffff;
    color: #000000;
    width: 202px;
    padding: 3px 3px 2px 5px;
    margin: 0;
    font-size: 1em;
}

.login-passwd { padding: 5px; float: left; }

button.btn-submit {
    border: 1px solid #cfd6dd;
    background: #dee7ee;
    color: #000000;
    padding: 3px 0px 2px 0px;
    margin: 0;
    font-size:0.9em;
    width: 160px;
}

button.login-btn {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: #ffffff url(images/btn-arrow.png) no-repeat left center;
    cursor: pointer;
    float: left;
}
button.login-btn a{
    display: block;
    width: 29px;
    height: 26px;
    cursor: pointer;
}
button.login-btn a span{
    display: none;
}


input.text { width: 150px; }
input.date { width: 90px; }

button.search {
    width: 20px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: url(images/btn-search.png) no-repeat left center;
    cursor: pointer;
}
button.search a{
    display: block;
    width: 29px;
    height: 26px;
    cursor: pointer;
}
button.search a span{
    display: none;
}

div.button{
    border: 1px solid #71777d;
    background: url(/public/themes/images/btn-grey.png) repeat-x center center;
    font-size: 12px;
}
div.button .btn-ico{
    padding: 5px 50px 5px 30px;
    color: #ffffff;
    font-weight: bold;
}
div.button .btn-ico-search{
    background: url(/public/themes/images/btn-grey-search.png) no-repeat right center;
    _background: none;
}
div.button .btn-ico-arrow{
    background: url(/public/themes/images/btn-arrow.png) no-repeat right center;
    _background: none;
}
.button-green {
    background: none repeat scroll 0 0 #49B249;
    border: 1px solid #38A138;
    color: #FFFFFF;
    /*font-weight: bold;*/
    padding: 3px 10px;
    font-size: 1.1em;
    text-transform: uppercase;
}
.button-blue {
    background: none repeat scroll 0 0 #237fce;
    border: 1px solid #126ebd;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 1.1em;
}


a.button {
    border-left: 1px solid #cfd6dd;
    background: #ffffff url(images/a-btn-red.png) no-repeat right center;
    color: #575e64;
    /*font-weight: bold;*/
    font-size: 1em;
    padding: 5px 40px 6px 10px;
    margin: 0;
}
a.button:hover {
    text-decoration: none;
}

#userAgentFilterList td {
    border-bottom: 1px solid #F0F2F3;
    padding: 5px;
}
#userAgentFilterList th {
    background: #F0F2F3;
    color: #898989;
    padding: 7px 3px;
}


