@charset "utf-8";
/* CSS Document */

div#privacy {
	width: 550px;
	height: 200px;
	margin-bottom: 15px;
	padding: 10px 10px 0px;
	border: 2px solid #CCCCCC;
	overflow: auto;
}

span.required { color: #CC0000;}
span.error { color: #CC0000;}
div#buttons {
	text-align: center;
	margin-bottom: 15px;
}
