#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}

#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	width: 50em;
	border: 3px solid #d32929;
	padding: 2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #333;
}
#modalButtons {
	display: block;
	margin: 1em auto 2em;
	text-align: center;
}
