.etachki_widget {
    width: 968px;
    font-family: arial, 'helvetica neue', helvetica, 'sans-serif normal';
    position:relative;
}

.etachki_widget_form {
    position:relative;
    height:100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f1e7;
    font-size: 18px;
    border: 1px solid #e1ddd4;
    padding: 15px 0 15px 15px;
    font-family: sans-serif;
    display: inline-block;
    border-radius: 5px;
    margin:0 0 20px;
}

.etachki_widget_form__label {
    width:13%;
    font-size:13px;
    line-height: 23px;
    margin: 0 5px;
    display: inline-block;
}

.etachki_widget_form__label--logo {
    display: block;
    font-weight:normal;
    font-size:80%;
    margin: 10px 0;
}

.etachki_widget_form__label--result {
    color: #4a4a4a;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-size:100%;
    margin: 25px 0;
    width: 35%
}

.etachki_widget_form__label--vehicle {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #4a4a4a;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-size:100%;
    margin: 5px 0;
    width: 50%
}

.etachki_widget_form__label--price {
    position: absolute;
    top: 40px;
    left: 25px;
    color: #4a4a4a;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    margin: 5px 0;
    width: 50%;
    font-size:120%;
    font-weight: bold;
}

.etachki_widget_form__select {
    width: 13%;
    height:24px;
    margin: 5px 5px;
    border: 1px solid;
    border-color: #a8a8a8 #b2adad #b2adad;
    text-overflow: ellipsis;
    box-shadow: 0 0 4px rgba(187, 187, 187, 0.5) inset;
    border-radius: 1px;
    background-color: rgb(248, 248, 248);
    line-height: 22px;
    font-size: 14px
}

.etachki_widget_form__select:disabled {
      color: graytext;
}

.etachki_widget_form__input {
    width: 13%;
    height:22px;
    padding-left: 0.5%;
    border: 1px solid;
    border-color: #a8a8a8 #b2adad #b2adad;
    text-overflow: ellipsis;
    box-shadow: 0 0 4px rgba(187, 187, 187, 0.5) inset;
    border-radius: 1px;
    background-color: white;
    line-height: 22px;
    font-size: 14px;
    margin:5px;
}

.etachki_widget_form__button {
    margin: 5px 5px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid;
    background-color: #f5f1e7;
    width: 120px;
    border-color: #a8a8a8 #b2adad #b2adad;
}

.etachki_widget_form__button:disabled {
    cursor: default;
}

.etachki_widget_form__button--sell {
    float:right;
    margin:28px 5px 5px;
    color: white;
    background-color: #0bb04d;
}

.etachki_widget_form__button--evaluate_again {
    float:right;
    margin:28px 18px 5px 5px;
}

.etachki_widget_form__image {
    position: absolute;
    z-index:1;
    width: 100px;
    height: 30px;
    top: 5px;
    right:28px;
}