#divAlertID 
{
    display: block; 
    position: absolute; 
    z-index: 10; 
    /*width: 520px; */
    left: 200px; 
    top: 100px;
}

#dimmerDiv
{
    display: none;
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    min-height:100%;
    background-color:  White;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -KHTML-opacity: 0.6;
}

A.noTitle:link , A.yesTitle:link
{
    color: white;
    font-weight: bold;
    font-size: 11px;
}

A.noTitle:hover , A.yesTitle:hover
{
    color: #7897E4;
    text-decoration: none;
    font-weight: bold;
}

table.noTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
	background: #333e70 url(img/bg-notif.jpg) repeat-x top left;
}

table.yesTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
    background-color: #333e70;
}

td.alertText
{
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 32px;
    padding-right: 32px;
}

td.alertButton
{
    text-align: center;
}

td.alertTitle
{
    font-size: 18px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 5px;
}

td.x
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    text-align: right;
}

td.alertSpace
{
    height: 30px;
}
