/* 
    Created on : 02-Feb-2015, 15:59:02
    Author     : Adam Maltpress
*/

aside.status_box {
    position: relative;
}

aside.status_box .fa-question-circle {
    color: #ffd200;
}

aside.status_box .fa-exclamation-triangle {
    color: #ed2024;
}

aside.status_box .fa-check-square-o {
    color: #06a33e;
}

aside.status_box i.fa {font-size: 32px; float: left; height: 100%; position: absolute;}

aside.status_box h2 {display: block; float: left; margin-left: 43px; font-family: helvetica, arial, sans-serif; font-size: 16px; color: #5c6b72; font-weight: bold; clear: right; margin-bottom: 10px;}
aside.status_box p {display: block; float: left; margin-left: 43px; font-family: helvetica, arial, sans-serif; font-size: 12px; color: #5c6b72;}

aside.status_box a {color: #009ee0; text-decoration: none;}

div.overlay {
    display:none;
    z-index:10000;
    background-color:#fff;
    min-height: 60px;
    border:1px solid #ccc;
    padding: 20px 60px;
    width: 400px;
}

div.overlay .close {
    background-image:url('../images/close.png');
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

div.overlay i.fa {font-size: 60px; left: 20px;}

div.overlay p {
    line-height: 1.4em;
    font-size: 14px;
}