.ContentBox { 
	color:#333;
	background:#fff;
	opacity: 0.8;
	float:right;
	font-family:'Helvetica Neue', helvetica;
	font-size:12px;
	margin: auto;
	padding:20px;
	position:absolute;
	top:120px;
	left: 30%;
	right: 30%;
	width:40%;
	z-index:9999; /* Show above .gradient */
	/*text-shadow: 0 0px 0 #fff;*/
	-webkit-font-smoothing:antialiased;
	opacity: 0;
}

.ContentBox a:hover {
	text-shadow: 0 0 5px orange;

}

.ContentBox .breadcrumb {
	font-size: 16px;
	font-weight: bold;
	color: orange;
}

.ContentBox h1 {
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

.ContentBox li {
	line-height: 20px;
	margin-left: 20px;
}

.ContentBox li ul {
	line-height: 20px;	
}

.close {
	float: right;
	width: 16px;
	height: 16px;
	margin: -40px -35px ;
	padding: 10px;
	background: #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.description {
	font-weight: bold;
	color: orange;	
}