#ContentBackground {
	display:none;
	z-index:998;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}
 
#ContentPopup {
	display: none;
	z-index: 999;
	position: fixed;
	width:640px;
	min-height:400px;
	top: 20%;
	left: 50%;
	margin-left: -300px;
	background: repeat scroll 0 0 #fff;
	border: 1px solid #FE9603;
	border-radius: 5px;
}

#ContentPopup a:hover, .ContentLink:hover {
	text-decoration: underline;
}

#ContentPopup, #ContentPopup * {
	color: #666;
	font-family: Verdana, Arial, Sans Serif;
}

#ContentPopup h2 {
	text-transform: none;
}
 
#ContentPopup p {
	margin: 0;
	padding: 0;
}
 
#ContentContent {
	margin: 30px 20px 14px 20px;
}

.ContentLink {
	cursor: pointer;
	padding: 2px 5px;
	font-weight: bold;
	line-height: 1.2em;
}

div.ContentClose {
	position: relative;
	right: 10px;
	top: 10px;
	float: right;
	text-align: right;
}
