#content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	height: auto !important;
	min-height: 530px;
	width: 661px;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 6px;
}

#agreement {
	padding: 12px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	height: 320px;
	width: 636px;
	color: #333;
}
p {
	margin-bottom: 12px;
}
h2 {
	margin-bottom: 12px;
}

ul {
	margin-bottom: 12px;
}

li {
	list-style-type: circle;
	margin-left: 2.2em;
}

.button {
	background-image: url(/resources/images/store_button_background.png);
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #ff8000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 7px;
}

.button:hover {
	text-decoration: underline;
	cursor: pointer;
}

.button2 {
	background-image: url(/resources/images/store_button_background.png);
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #ff8000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 7px;
}

.button2:hover {
	text-decoration: underline;
	cursor: pointer;
}

#back {
	color: #555555;
	margin-top: 24px;
	text-align: center;
}

/* old stuff?? */
/* #content {
	width: 640px;
}

#text_view {
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 16px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	height: 400px;
	width: 600px;
	overflow: scroll;
}

#text_content {
	width: 580px;
}

#buttons {
	text-align: center;
}

.button {

	margin-right: 4px;

	margin-left: 4px;

	padding-right: 16px;

	padding-left: 16px;

	font-size: 13px;

}  */


