#policyAgree {
	float: left;
	height: auto;
	width: auto;
	margin: .4em .7em 0 0;
}

label[for="policyAgree"] {
	font-size: 0.7em;
	color: gray;
	cursor: pointer;
	display: block;
}

/* наведение на чекбокс и на лабель */
#policyAgree:hover + label[for="policyAgree"], label[for="policyAgree"]:hover {
	color: #000;
}

#policyAgreeHint {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	cursor: pointer;
	overflow: auto;
}

#policyAgreeHint.policyAgreeShow {
	display: block;
}

#policyAgreeHintContent {
	background: #fff;
	max-width: 50%;
	margin: 2em auto;
	padding: 2em;
}
