﻿.CustomAlert,
.CustomAlert1
{	
	display:inline;	
	font-family:verdana;
	font-size:9pt;
	position:absolute;
	background:White;
	border: solid 1px Black;	
 	padding:2px 2px 2px 2px;
	width:550px;	
	z-index:150;	
}

.CustomAlert
{
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-40px;
}

.CustomAlert1
{
	top:375px;
	left:300px;
}

.CustomAlertHeader
{
    position: relative;
    left: 0px;
    top: 0px;
    background-color: Black; /* background-image: url('Images/dropdownbg.gif'); */
    /*background-image: url('images/hotsy_back.jpg');*/
    color: White;
    padding: 2px 2px 2px 2px;
    font-family: inherit;
    font-weight: bold;
    border: solid 1px black;
    z-index: 150;
}

