﻿input.invalid, textarea.invalid {
    background: url(/Content/images/button-ico-warning.png) no-repeat left #FFF !important;
}

input.valid, textarea.valid {
    background: url(/Content/images/check.png) no-repeat left #FFF !important;
}

.validation-summary-valid {
    background: #900 !important;
    border: 1px solid #900 !important;
    margin: 5px 0 0 !important;
    padding: 5px !important;
    display: none !important;
    color: #fff !important;
}

.validation-summary-errors ul {
    margin: 0 !important;
    padding: 0 !important;
}

.validation-summary-errors li {
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.validation-summary-errors {
    background: #900 !important;
    border: 1px solid #900 !important;
    margin: 5px 0 0 !important;
    padding: 5px !important;
    color: #fff !important;
}

.success-message {
    background: #6c3 !important;
    border: 1px solid #19b24b !important;
    margin: 5px 0 0 !important;
    padding: 5px !important;
    color: #FFF !important;
    display: none !important;
}

.tip {
    color: #000 !important;
    border: 1px solid #CC8A00 !important;
    background: url(/Content/images/bck-tip.gif) top left no-repeat #FC6 !important;
    padding: 5px 10px 5px 25px !important;
    line-height: 1.2em !important;
}

.Message {
    float: right !important;
    width: 277px !important;
    direction: rtl;
}

#FormSuccess {
    padding: 10px 15px 15px;
    background: #08A000;
    border: 1px solid #49816e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 0 1px #333;
    cursor: pointer;
    margin: 10px 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    min-width: 300px;
    z-index: 999;
    font-family: daustany;
    display: none;
}

#FormError {
    padding: 10px 15px 15px;
    background: #fb1800;
    border: 1px solid #ff8e8e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 0 1px #333;
    margin: 10px 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    min-width: 300px;
    z-index: 999;
    display: none;
}

.iphorm .iphorm-container {
    width: 100% !important;
}

.iphorm .input-wrapper label {
    margin: 0 0 0 10px;
}

.iphorm .captcha-input {
    float: left;
}

section.comments {
    width:100% !important;
    clear: both;
    float: right;
    margin: 25px 0 0;
}

.comments input {
    text-align: right;
}

.comments ul.box {
    background: #eee;
    float: right;
    border-radius: 5px;
    direction: rtl;
    padding: 7px;
    font-size: 18px;
    margin: 0 0 10px;
}

    .comments ul.box li {
        color: #094fa4;
        background-image: url(/Content/images/CheckIcon.png);
        background-repeat: no-repeat;
        background-position: right;
        padding: 0 20px 0 0;
        line-height: 25px;
        list-style: none;
        font-size: 15px;
    }

.comments .right {
    clear: both;
    float: right;
}

section.comments input[name=AliasName], section.comments input[name=Email] {
    font-family: 'BINK-font';
    float: right;
    font-size: 14px;
}

section.comments textarea[name=Message] {
    float: right;
    margin: 3px 0 0;
    border-radius: 7px;
    width: 98% !important;
    height: 100px;
    padding: 7px;
    direction: rtl;
    color: #000 !important;
}
