﻿.warnerrortitle {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 22px;
                line-height: 49px;
                color: #1EAABC;
                background-image: url(../../images/error_img.png);
                background-repeat: no-repeat;
                background-position: 5px;
                text-indent: 70px;
                height: 50px;
                border-bottom:1px solid #AFE0E7;
                margin-bottom:10px;
}
.warnerror {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #666666;
                padding-left: 15px;
}
.messageWarn {
    line-height: 25px;
    font-size: 13px;
    padding: 5px;
}
#divShowWarnings {z-index:50; width:450px; height:300px; position: absolute;box-shadow: 7px 7px 5px #888888;}
#divShowWarningsbck { opacity:0.8; background-color:#FFFFFF; position:absolute; width:100%; height:100%;left:0px; top:0px; z-index:1; border:1px solid #AFE0E7;}
#divShowWarningic{ position:relative; width:100%; height:100%;left:0px; top:0px; z-index:5 }
.warnbuttons {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 5;
text-align: center;
}
div.warnbuttons A {
color: #FFFFFF;
line-height: 40px;
width: 100px;
text-decoration: none;
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
background-color: #1EAABC;
}
div.warnbuttons A:hover {
color: #11616C;
background-color: #51D1E3;
}
