.alert { cursor: pointer; }

#dim {
	display: none;
	position: absolute;
	top:0; left:0;
	width: 100%;
	z-index: 100;
	background-image: url(/images/layout/dim80.png);
	background-repeat: repeat;
	text-align:left;
	}

.msgbox {
	position: absolute;
	width: 500px;
	z-index: 200;
	border: 3px solid #333;
	border-radius: 10px;
	background: #FFF;
	top: 50%; left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	padding: 20px 20px 30px 20px;
	}
.close {
	float: right;
	width: 17px;
	height: 17px;
	background-image: url(/images/layout/closeLG.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

.loading {
	color: #999;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

/* Text
-------------------------------------*/
.dimHeading {
	font-size: 16px;
	font-weight: bold;
	color: #e24307;
	width: 90%;
	}

#dimContent {
	font-size: 12px;
	}

#swfContainer {
	text-align: center;
	}