@charset "utf-8";
/* CSS Document */

.clearfloat {
	clear:both;
}

.button {
	float:left;
	display: block;
    height: 25px;
    width: 125px;
	text-align:center;

	background: rgb(248,93,54);
	font-weight:bold;
	color: #FFF;
	padding: 5px 10px 25px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

a.button {
	text-decoration: none;
}

a:hover.button {
	color: #ff9900;
}

input {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.codes {
	max-height: 200px;
}

.eula {
	height: 200px;
	overflow: auto;
}