/* ICE SPLASH */
div.splash-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
    filter: alpha(opacity=80);
    z-index: 20
}
div.splash{
    position: fixed;
    top: 30% !important;
    left: 35%;
    width: 300px;
    background: #fff;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #999;
    z-index: 21;
}
div.splash p{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
    color: #000;
}
div.splash p+p{
    margin: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
div.splash a.close{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #111;
    text-decoration: underline;
    font-style: italic;
}
/* input.error,  textarea.error, div.error {     color: #fff !important;     background: #faa !important;     border: 1px solid #f00 !important; } */
/* /ICE SPLASH */



/* error */
.field-error  {
    border: solid 1px red;
    background-image: url('/backend/img/exclamation.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFAAAA;
    color: white;
    width: 99%;
    font-size: 12px;
    font-family: arial;

}
.error {
    border: solid 1px red !important;
}

#imgcaptcha {
    height: 40px;
}
.captcha {
    /*    float: left;*/
    margin-top: 10px;
    text-align: center;
    text-align: left;
    overflow: hidden;
}