#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
	cursor: pointer;
}

#article-delete-modal,
#login-prompt-modal,
#comment-delete-modal{
	position: relative;
	width: 400px;
	padding: 30px;
	display: none;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

#login-prompt-modal {
	width: 600px;
}

#post-comment-modal {
	position: relative;
	width: 600px;
	padding: 30px;
	display:none;
	text-align: center;
	background: #FFF;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
/*
.modal_close {
	background: url("/system/www/js/modal_close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 14px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 14px;
	z-index: 2;
}
*/
.modal_close.button_x {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	line-height: 20px;
	color: #fff !important;
	font-size: 100% !important;
	text-align: center;
	background: #cd5c5c;
	border-radius: 0 0 2px 2px;
}

.modal_close.button_x:hover {
	background: #da0b00;
}