@charset "utf-8";
/* CSS Document */


#AlertBox{
	display: none; z-index: 20000;
	position: absolute; 
	padding: 0px; 
	left: 50%;
	box-shadow: 0 0 40px #000;
	/*border: 1px solid #939394;*/
	border-radius: 4px;
	overflow: hidden;
	width: 400px;
	height: 150px;
}

#AlertBoxBackground{
	display: none; z-index: 200;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	right:0px; bottom:0px;
	background: black;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	overflow:auto;
	opacity: 0.3;		
}

#AlertBoxHeader{height: 30px; padding: 0px; margin: 0px; color: white; font-size: 16px; font-weight: bold; overflow: auto;}

#AlertBoxContent{clear: right; height: 66px; border: none; padding: 10px; margin: 0px; background-color: #fff;}

#AlertBoxFooter{height: 34px; text-align: right; padding-right: 10px; background-color: #fff;}

#AlertBoxHeaderText{color: white; font-size: 14px; margin: 6px 0px 0px 8px; font-family: Tahoma, Geneva, sans-serif; cursor: default;}

#AlertBoxClose{float: right; width: 48px; height: 20px; background: #ad4545 url(/images/buttons/btnWhiteClose.png) center center no-repeat; margin-right: 5px;}

#AlertBoxClose:hover {background-color: #c75050; cursor: pointer;}
