.commons-alert-overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity = 60);
}

.commons-alert-box {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	min-height: 15%;
	padding: 10px;
	border: 1px solid #000;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 1002;
	/* overflow: auto; */
}

.commons-alert-close {
	width: 100%;
	cursor: pointer;
	position: relative;
	top: -8px;
	right: -8px;
}

.commons-alert-message {
	
}