#setupwizard_eula {
	color: #555555;/*#555;*/
	font-family: "open-sans.regular";
	font-size: 16px;
	max-width: 909px;
	margin: auto;
	margin-top: 26px;
}

#eula-container-text {
	height: 574px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: auto;
	text-align: left;
}

.scroll-rail {
	background: #808184 none repeat scroll 0 0;/*#808184*/
	border-radius: 7px;
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
	right: 1px;
	top: 0;
	width: 6px;
	z-index: 90;
}

.scroll-bar {
	background: rgb(0, 106, 54) none repeat scroll 0 0;/*rgb(0, 106, 54)*/
	border-radius: 7px;
	display: none;
	height: 22px;
	opacity: 0.4;
	position: absolute;
	right: 1px;
	top: 0;
	width: 6px;
	z-index: 99;
}

.eula-text {
	padding: 0 30px 20px;
}

.eula-border {
	border-bottom: 2px solid #e4e4e4;/*#e4e4e4;*/
	margin: 20px -10px 5px;
}

#eula-checkbox {
	border: 1px solid #808184;/*#808184;*/
	border-radius: 4px;
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
	padding: 0px;
	width: 24px;
}
#eula-checkbox:hover{
	display: block;
}

#eula-checkbox-container {
	padding: 20px 0 20px 20px;
}

.eula-checkbox-label {
	color: #808184;/*#808184;*/
	font-size: 18px;
	font-family: "open-sans.italic";
	text-decoration: underline;
	cursor: pointer;
}

.next_bt {
	margin: 0 auto 40px;
}