.modal {
	color: black;
	width: 300px;
	background: #ececec;
	padding: 10px;
	border: 2px solid #eee;
}

.modalClose {
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
}

#page_overlay {
    position: absolute;
    z-index:80;
    top: 0;
    left: 0;
    background-color:black;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
