div.wkAlert
{
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	background-color: #EFEFEF;
	z-index: 100;
	display: none;
	border: 1px black solid;
	padding: 5px;

	font-size: 12px;
	font-family: verdana;
}

.icon32
{
   text-align: center;
   vertical-align: top;

   width: 60px;
}

.iconLink
{
   font-family: tahoma, verdana;
   font-size: 10pt;
   color: #000000;
}

.alertButton
{
	border: 1px black solid;

}

