﻿/*jQuery validation*/
/* bors235 Aug 9, 2013 */

/* signup page */
.invalid {
    position: relative;
    font-family: Sans-Serif;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    padding: 3px 10px 3px 20px;
    margin: 3px 0;
    color: #CC2200;
    display: inline-block;
    background: #FADEE5 url('/_WebNavCommon/Images/exclamation.gif') no-repeat 2px 50%;
    border: 1px solid #CC2200;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: #666 0 0 5px;
    behavior: url('/_WebNavCommon/CSS/PIE.htc');
}

.valid {
    border: none;
    padding: 0;
    margin: .5em 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    height: 22px;
    padding: 3px 10px 3px 20px;
    background: url('/_WebNavCommon/Images/accept.gif') no-repeat 0px 5px;
}

.hide {
    display: none;
}