#policyAgree, .policyAgree, .policyAgreeWrapper .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"], .policyAgree:hover + label[for="policyAgree"], label[for="policyAgree"]:hover {
	color: #000;
}

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

.policyAgreeHint.policyAgreeShow, #policyAgreeHint.policyAgreeShow {
	display: block;
}

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