@charset "utf-8";

#modalBackground, .modalBackground
{
	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
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	position: fixed;
	left: 581px; 
	top: 278px;
	z-index: 10;
	background-color: white;
	display: none;
	border: 2px solid #333333;
	line-height: 18px;
}

#modalWindow, .modalWindow
{
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	
	width: 630px;
	height: 250px;
}

.modalWindow2
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	width: 630px;
	height: 470px;
}


#modalWindow a, #modalWindow a:visited, .modalWindow a, .modalWindow a:visited,
#modalWindow2 a, #modalWindow2 a:visited, .modalWindow2 a, .modalWindow2 a:visited
{
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

#modalWindow a:hover, .modalWindow a:hover,
#modalWindow2 a:hover, .modalWindow2 a:hover{
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}

.modalTitle
{

}

