@CHARSET "ISO-8859-1";


.errorField {
    color: #E2271A;
    font-style: italic;
    border: thin solid #E2271A !important;
    font-style: italic;
}

/*error htmlElement*/
.errorNotification {
    /*color: #E2271A;*/
}

/*error tooltip*/
.errorHolder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.errorHolder.tip_top {
    padding-bottom: 5px;
}

.errorHolder.tip_bottom {
    padding-top: 5px;
}

.errorHolder.tip_right {
    padding-left: 5px;
}

.errorHolder.tip_left {
    padding-right: 5px;
}

.errorContent {
    font-size: 11px;
    color: #fff;
    padding: 4px 8px;
    border: 1px solid #BB2024;
    background-color: #BB2024;
    background-color: rgba(187,32,36,0.92);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

.errorArrow,.errorArrowInner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

.errorHolder.tip_top div.errorArrow {
    border-top-color: #BB2024;
    border-top-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_bottom div.errorArrow {
    border-bottom-color: #BB2024;
    border-bottom-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_right div.errorArrow {
    border-right-color: #BB2024;
    border-right-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_left div.errorArrow {
    border-left-color: #BB2024;
    border-left-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_top div.errorArrowInner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #BB2024;
    border-top-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_bottom div.errorArrowInner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #BB2024;
    border-bottom-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_right div.errorArrowInner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #BB2024;
    border-right-color: rgba(187,32,36,0.92);
}

.errorHolder.tip_left div.errorArrowInner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #BB2024;
    border-left-color: rgba(187,32,36,0.92);
}

/*Webkit Hacks*/  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
    .errorContent {
        padding: 4px 8px 5px 8px;
        background-color: rgba(187,32,36,0.92);
    }
    .errorHolder.tip_bottom div.errorArrowInner { 
        border-bottom-color: rgba(187,32,36,0.92);
    }
    .errorHolder.tip_top div.errorArrowInner { 
        border-top-color: rgba(187,32,36,0.92);
    }
}
