/* Backbone */

	body { background-color: black; font-family: Arial; color: white; }

/* Page */

	.agreement { width: 800px; height: 600px; text-align: center; }
	.agreement .text { width: 540px; background-color: #3a4633; margin: 0 auto 10px auto; padding: 10px; font-size: 10px; text-align: left; }
	.agreement .controls { width: 560px; margin: 0 auto; font-size: 10px; }
	.agreement .controls span { height: 20px; float: left; line-height: 20px; }
	.agreement .controls input { height: 20px; float: left; margin: 0 6px 0 0; padding: 0; width: 13px; }
	.agreement .controls a { height: 20px; display: block; background-color: #727272; padding: 0 20px; float: right; line-height: 20px; font-size: 12px; color: #12180e; text-decoration: none; }
	.agreement .controls a:hover { background-color: #9a9a9a; cursor: pointer; }