.smart-form{
    margin: 0px;
    outline: 0px none;
    color: #666;
    position: relative;
}

.button{
    top: 4px;
    right: 4px;
    float: none;
    height: 22px;
    margin: 0px;
    padding: 0px 14px;
    font-size: 13px;
    line-height: 22px;
    position: absolute;
}

.smart-form .input-file .button{
    position: absolute;
    top: 5px;
    right: 20px;
    float: none;
    height: 22px;
    margin: 0px;
    padding: 0px 14px;
    font-size: 13px;
    line-height: 22px;
}

.smart-form .button {
    background-color: #006AC3 !important;
    border-color: #005CA9; 
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: 400;

}
.smart-form .input input{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 8px 10px;
    outline: 0px none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    background: #FFF none repeat scroll 0% 0%;
    font: 13px/16px "Open Sans",Helvetica,Arial,sans-serif;
    color: #404040;
    -moz-appearance: none;
}
