/* 
    Document   : _alert
    Created on : 3 Apr, 2013, 3:20:34 PM
    Author     : Sunny
    Description:
        Purpose of the stylesheet follows.
*/

.clr{
    clear: both;
}

#alert{
    font-family: Verdana,sans-serif;
    width:302px;
    height: 136px;
    background-image: url(../images/alert/alert_img.png) ;
    background-repeat: no-repeat;
    /*    padding-left: 80px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-top: 55px;*/
    color: #FFF;
    font-size: 11px;
}
.alert_logo{
    /*    width: 100%;
        text-align: center;*/
    /*    margin-bottom: 10px;*/
    width: 100%;
    text-align: right;
}
.alert_image{
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-top: 50px;
    margin-left: 80px;
}
.alert_title{
    float: left;
    width: 130px;
    margin-top: 25px;
}
.alert_title a{
    color: #FFF !important;
    text-decoration: none;
}
.normaltext{
    float:right;
}
#alert_button{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    float: left;
}
.close-button{
    float: right;
    margin-top: 15px;
    margin-right: 2px;
}

