﻿#alert
{
    background: url(../Images/alertbkg.png) no-repeat;
    width:730px;
    height:25px;
    float:left;
    font-size:80%;
}

.alertitem
{
    padding: 5px 12px 0 12px;
    float:left;
    cursor:pointer;
    color: #009;
}

.alertpopup
{
    width:200px;
    height:78px;
    background:url(../Images/alertmsgbkg.png) no-repeat;
    padding:8px;
}

.dismissaltbtn
{
    float:right;
    margin-left:10px;
    margin-top:2px;
    border:1px solid #ccc;
    padding:1px 2px;
    font-size:85%;
}