@charset "utf-8";

#modalBackground, .modalBackground, .modalBackground2, #modalBackground2
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color:#FFFFFF;
	display: none;
	opacity: 0.70;
	filter: alpha(opacity=70)
}
#modalWindow, .modalWindow, .modalWindow2, #modalWindow2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	position: fixed;
	left: 0px;
	top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	width: 430px;
	border: 5px solid #477AA3;
	line-height: 18px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}

.modalWindow2, #modalWindow2
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#modalWindow a, #modalWindow a:visited, .modalWindow a, .modalWindow a:visited{
	color: #477CA6;
	font-weight:bold;
	text-decoration: none;
}

#modalWindow a:hover, .modalWindow a:hover{
	color: #B32416;
	font-weight: bold;
	text-decoration: none;
}



