#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 989;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}
#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 990;
	background-color: #fff;
	display: none;
	width: 380px;
	height: 347px;
	border: 1px solid #bed8e4;
}
#modalWindowInner
{
	padding: 3px 15px 0px 15px;
}

#modalWindowInner .subheader
{
	margin-top: 5px;
	margin-bottom: 0px;
}

#modalWindowInner p
{
	margin: 12px 0px;
}

#modalWindowLogin
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 990;
	background-color: #fff;
	display: none;
	width: 490px;
	height: 470px;
	border: 1px solid #bed8e4;
}
