
.button, .button:focus {
    color: #fff;
    background: #339;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
    width: 120px
}
.button:hover {
    background: #66a;
}


.inp{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}

.light {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;	
    color: #333;
}

.light2 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #339;
}

.tbl{
    background: #f3f3f9
}