/*
    Document   : en_styles.css
    Created on : 23 бер 2013, 16:33:06
    Author     : mitrik (dmitrawkin@gmail.com)
    Description: stylesheet for error notifications plugin for WP
*/

div.en_confirmation_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #777;
    padding: 10px;
    margin-top: -100px;
    margin-left: -150px;
    width: 400px;
    z-index : 9999;
}

div.en_confirmation_box .en_caption { text-align: center; padding: 0px 10px; }

div.en_confirmation_box p { color: #eee; padding: 10px; }

div.en_confirmation_box p span.error_lbl { font-weight: bold; }

div.en_confirmation_box textarea.en_comment { width: 370px; min-width: 370px; max-width: 370px; height: 70px; }

div.en_confirmation_box p.buttons { text-align: center; }
div.en_confirmation_box p.buttons a {
    display: inline-block;
    width: 100px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    color: #f4f4f4;
    margin: 0px 5px;
    font-weight: bold;
}

div.en_confirmation_box p.buttons a.send { background: #89BA2E; }
div.en_confirmation_box p.buttons a.cancel { background: #CC433E; }

div.en_notification_bar {
    width:100%;
    display: none;
    position:fixed;
    left:0;
    text-align: center;
    z-index : 9999;
}

div.en_notification_bar.top { top:0; }
div.en_notification_bar.bottom { bottom:0; }

div.en_notification_bar p { margin:0; padding: 10px; }