.fields td{padding: 4px;}

.fail{border: 1px solid red !important;}

select,
input[type=text],
textarea{
    border: 1px solid #A9A9A9;
    outline: none !important;
    width: 100%;
    padding: 3px 0;
}

.line{height: 1px; background-color: #e9e9e9;width: 100%;margin-bottom: 10px;}

#loading{
    display: none;
    float: right; 
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url('./loading.gif') center center no-repeat;
    background-size: 100% 100%;
}

#result{color: green;}
