#privacypolicy #box {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: none;
}

#privacypolicy #welcome {
	margin-bottom: 40px;
	text-shadow: none;
	text-align: center;
	font-size: 20px;
}

#privacypolicy #logo-div {
	margin-bottom: 40px;
}

#privacypolicy #logo {
	width: 150px;
}

#privacypolicy #checkbox-div {
	width: 100%;
	height: 100px;
}

#privacypolicy #checkbox {
	margin-top: 2px;
	float: left;
}

#privacypolicy #privacy-policy {
	width: 90%;
	float: right;
	font-size: 14px;
	text-shadow: none;
	text-align: left;
}

#privacypolicy a {
	color: #38c;
}

#privacypolicy #continue {
	background-color: #FFF;
	width: 60%;
	padding: 15px;
	border: 1px solid rgba(128, 128, 128, 0.7);
	margin-left: 20%;
	text-align: center;
	text-shadow: none;
	font-weight: 600;
}

#privacypolicy .selected {
	background-color: #38C !important;
	color: #FFF !important;
	border: 1px solid #38C !important;
}
