#cboxContentContainer h1 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:28px;
	color:#706F6F;
	letter-spacing:-1px;
    margin: 5px 0 10px;
    font-weight: bold;	
}

#cboxContentContainer h2, #cboxContentContainer h3 {	
    font-size: 16px;
    color: #706F6F;
    font-weight: bold;
	padding: 0px;
	margin: 0 0 5px; 
}

.window {
	height: 205px;
	width: 450px;
	border: 1px solid;
	margin-top:5px;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight: normal;
	margin-bottom:20px;
}

.window h1:first-of-type {
	display: none;
}

.window p:last-of-type {
	text-align: right;
	font-size: 11px;
}

.maincolor {
	color: #002d59;
}

#cboxContentContainer p, ul, li {
	font-size:10pt;
	margin: 0 0 10px;
	line-height: 16px;
}
#cboxContentContainer li {
	margin: 0;
}


#cboxContentContainer article {
    margin: 0 0 15px;
    width: 100%;
}

#cboxContentContainer textarea {
    resize: none;
}

#cboxContentContainer .main h1 {
	display: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	visibility: visible;
	background: url(images/overlay.png) repeat 0 0;
	opacity: 0.5;
	/*filter: alpha(opacity = 50);*/
	z-index: 10000;
	}

#cboxContentContainer {
	background: rgba(0,0,0,0.5);
	z-index: 10001;
	width: 500px;
	height: 400px;
	position: fixed;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	margin-left:-240px;
	margin-top: -190px;
	}

#cboxContent, #cboxContent_privacy, #cboxContent_termsofuse {
	background: #ffffff; 
	z-index: 10001; 
	width: 480px; 
	height: 380px; 
	border-radius: 5px; 
	position: fixed; 
	top: 50%;
	left: 50%; 
	margin-left: -230px; 
	margin-top: -180px; 
	padding: 15px
	}

	#cboxContent_privacy, #cboxContent_termsofuse {
		display: none;
}

.disc_title {
	text-align: center;
}
