#alert-box
{
	position:absolute;
	width:560px;
	height:170px;
	left:50%;
	top:50%;
	margin-top:-130px;
	margin-left:-300px;
	background-color:white;
	padding:45px 25px 45px 25px;
	text-align:justify;
}

#alert-box-title
{
	width:88%;
	padding-left:12%;
	text-align:center;
	font-weight:bold;
	color:red;
}

#alert-box-corner-tl img,#alert-box-corner-tr img,#alert-box-corner-bl img,#alert-box-corner-br img
{
	border:0px;
	padding:0px;
}

#alert-box-corner-tl
{
	position:absolute;
	top:0px;
	left:0px;
	width:45px;
	height:45px;
}

#alert-box-corner-tr
{
	position:absolute;
	top:0px;
	right:0px;
	width:45px;
	height:45px;	
}

#alert-box-corner-br
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:45px;
	height:45px;	
}

#alert-box-corner-bl
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:45px;
	height:45px;	
}

#alert-box-image
{
	position:absolute;
	top:10px;
	left:30px;
	z-index:3;
}