.fts {
	font-family: OpenSans Light;
	width:100%; 
	font-size: 18px;
	text-align:center;
	color:#337bc4;
	margin-top:75px;
	margin-bottom:75px;
}
.fts_attest {
	font-family: OpenSans Light;
	width:100%; 
	font-size: 16px;
	text-align:center;
	color:#337bc4;
}
.fts_standard {
	font-family: OpenSans Light; 
	font-size: 16px;
	text-align:center;
	color:#337bc4;
}
.fts_eula {
	font-family: OpenSans Light;
	width:700px; 
	height:500px;
	overflow: auto;
	font-size: 12px;
	text-align:center;
	color:#337bc4;
	position:relative;
	top:-300px;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #337bc4;
	padding:5px;
}
.buttonfts {
	-moz-box-shadow: 0px 0px 7px 1px #1564ad;
	-webkit-box-shadow: 0px 0px 7px 1px #1564ad;
	box-shadow: 0px 0px 7px 1px #1564ad;
	background-color:#79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:OpenSans Light;
	font-size:20px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:1px 1px 2px #528ecc;
	width:200px;
	padding: 20px;
}
.buttonfts:hover {
	background-color:#378de5;
}
.buttonfts:active {
	top:1px;
}
.buttonfts[disabled] {
	background: #ccdef7;
	border: solid 1px #99b0ca;
}
.fts_input {
	font-family:OpenSans Light;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px 2px #528ecc;
	-moz-box-shadow: 0px 0px 7px 1px #1564ad;
	-webkit-box-shadow: 0px 0px 7px 1px #1564ad;
	box-shadow: 0px 0px 7px 1px #1564ad;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #337bc4;
	height:20px;
	background-color: transparent;
}
.footer_fts {
	font-family:OpenSans Light;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	color:#999;
}