#contact_form textarea {
	height: 100px;
	line-height: 18px;
}
.contactForm em.input-invalid {
    margin: 0 0 0 0 !important;
    font-size: 11px;
}

em.input-invalid {
    margin: 0 5px;
    border: none !important;
    color: #DF451E;
    clear: both;
}

.error-text,
.error-label {
    color: #df451e;
}

.poll label {
    vertical-align: top;
    padding-bottom: 10px;
}

/* form elements */
.radio, .checkbox {
    vertical-align: bottom;
    width: 13px !important;
    position: relative;
    top: 0px;
    margin-right: 5px;
    height: 13px;
}

.radio {
    top: 1px;
}

.error-input {
    border: 1px solid #df451e !important;
}

.input-focus {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.input-invalid {
    border: 1px solid #DF451E !important;
    color: #DF451E !important;
}

select, .select-small, .input-small, .input-text {
    background-color: #f2f6de;
    border: 1px solid #aaa;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}

.input-text-readonly {
    border: 1px solid #aaa !important;
    background: #fff !important;
    color: #000;
}

select {
    font-size: 13px;
    padding: 2px 1px
}

.select-small {
    font-size: 11px;
    padding: 2px 0 2px 5px
}

.input-small {
    padding: 2px 3px;
    font-size: 11px;
    color: #4a4a4a;
    font-weight: normal;
}

textarea {
    font-family: Tahoma;
}

.input-text {
    font-size: 13px;
    padding: 3px;
}

/* readonly inputs */
input.c6 {
    background: #fff !important;
    border: 1px solid #d4d4d4 !important;
}

label.c6 {
    font-weight: 400 !important;
}

label {
    display: block;
}

.input_icon_search {
    padding-left: 24px;
    background-image: url(./images/icon_search.gif);
    background-repeat: no-repeat;
    background-position: 5px 3px;
}
