﻿input.invalid, textarea.invalid {
    background: url(/Content/Images/Global/button-ico-warning.png) left no-repeat #FFF !important;
}

input.valid, textarea.valid {
    background: url(/Content/Images/Global/check.png) left no-repeat #FFF !important;
}

.validation-summary-errors, .validation-summary-valid {
    background: #900 !important;
    border: 1px solid #900 !important;
    color: #fff !important;
}

.validation-summary-valid {
    margin: 5px 0 0 !important;
    padding: 5px !important;
    display: none !important;
}

.validation-summary-errors li, .validation-summary-errors ul {
    margin: 0 !important;
    padding: 0 !important;
}

.validation-summary-errors li {
    list-style-image: none !important;
}

.success-message, .validation-summary-errors {
    margin: 5px 0 0 !important;
    padding: 5px !important;
}

.success-message {
    background: #6c3 !important;
    border: 1px solid #19b24b !important;
    color: #FFF !important;
    display: none !important;
}

.tip {
    color: #000 !important;
    border: 1px solid #CC8A00 !important;
    background: url(/Content/Images/Global/bck-tip.gif) top left no-repeat #FC6 !important;
    padding: 5px 10px 5px 25px !important;
    line-height: 1.2em !important;
}

#FormError, #FormSuccess {
    padding: 10px 15px 15px;
    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;
}

.Message {
    float: right !important;
    width: 277px !important;
    direction: rtl;
}

#FormSuccess {
    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;
    cursor: pointer;
}

#FormError {
    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;
}

.iphorm .iphorm-container {
    width: 100% !important;
}

.iphorm .input-wrapper label {
    margin: 0 0 0 10px;
}

.iphorm .captcha-input {
    float: left;
}
