/*
 * CSS to format a overlayed DIV for privacy information
 */
.privacy {
	font-size:.875em;
	text-align: center;
	margin-bottom: 14px;
}

.privacy input[type=checkbox] {
    vertical-align: -2px;
}