html, body {
	height: 100%;
}

body {
	overflow-y: auto;
}

.button {
	font-size: 11pt;
}

.stf-ui-input-text {
	width:100%;
}

.stf-ui-input-select {
	width: 100%;
	margin:0;	
}

.mb10 { 
	margin-bottom:10px;	
}

.mb5 { 
	margin-bottom:5px;	
}

.mailcheckMessage {
	font-size: 12px;
	text-align: center;
	display:none;
	line-height: 16px;
}

.simplePassMeter {
	width:62px !important;
	font-size:7pt !important;
	background-color: transparent !important;
}

#passMeter{
	float: right;
	position: relative;
	top: 105px;
	right: 0;
	margin: 0;
	padding: 0;
}

.simplePassMeterBar {
	position: static !important;
	height:7px !important;	
}

#pageHolderlb { 
	font-size:14pt;
	width:960px;
	color: #5F5E59;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}

#pageHolderlb a {
	text-decoration: none;
}

.fieldLine {
	padding: 2px 0;
	text-align: left;
}

#headerlb {
	padding:10px 0;
	border-bottom: 1px solid #888;
}

#headerlb .support{
	line-height:55px;
}

#headerlb img {
	vertical-align: middle;
}

.support {
	color: #ABA8A3;
	font-size: 13pt;
	padding-left:10px;
}

.support a { 
	text-decoration: none;
	color: #ABA8A3;
}

.customBannerWrapper {
	height: 120px;	
}

#leftBox {
	float:left;
	width:400px;
}

#leftBox h2 {
	font-weight: normal;
}

#registerBox {
	background-color: #EDEBE9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 70px;
}
	
.fontLightGray {
	color: #ACA8A2;
}


#agreeText {
	padding: 5px 0;
	text-align: left;
	font-size: 10pt;
}

.paperEdge {
	background-image: url("/l/c/images/shadows.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 450px;
	min-height: 380px;
	height: auto !important;
	padding: 1px 0 15px 0;
}

.features {
	width: 330px;
	font-size: 13pt;
}

.trialfeature {
	margin-top: 10px;
	text-align: left;
	background-image: url('/shared/images/icons/checkmark.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.supportFrame {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #c0c0c0;
	text-align: left;
	position: relative;
	width: 280px;
	margin: 12px 0 12px 60px;
	height: 65px;
	display: table;
	font-size:13pt;
}

.supportLinesAndImage {
	padding-left: 15px;
	vertical-align: middle;
	display: table-cell;
	font-size: 11pt;
}

.supportLinesAndImage span {
	padding-left: 30px;
}

.supportLinesAndImage .supportLines1 {
	vertical-align: middle;
	background-image: url("/shared/images/icons/phone-lt-grey.png");
	background-repeat: no-repeat;
}

.supportLinesAndImage .supportLines2 {
	vertical-align: middle;
	background-image: url("/shared/images/icons/mouse-lt-grey.png");
	background-repeat: no-repeat;
	line-height: 25px;
}

.margin-center-hor {
	margin-left: auto;
	margin-right: auto;
}

.paperText {
	width: 320px;
	text-align: left;
	font-size:11pt;
}

.fontHeaderStyle {
	margin: 30px 0 20px 0;
	font-size: 18pt;
	text-align: center;
	width: 400px;
}

#firstname {
	width: 128px;	
}

#lastname {
	float:right;
	width: 127px;	
}

#chargeText {
	color: #008E24;
	padding: 10px 0;
}

#rightBox {
	float:right;
	width: 450px;
	/*
	text-align: left;
	font-size: 13pt;
	line-height: normal;*/
}

#rightBox .questionText {
	font-size:12pt;
	font-weight: bold;
}

#rightBox .answerText {
	font-size:10pt;
	padding-bottom: 15px;
}

.testimonialText {
	width:320px;
	font-size: 13pt;	
	font-style: italic;
}

.darkGrey {
	color: #5F5E58;	
}

#footerlbWrapper {
	height:74px;
}
	
#wholeFooterWrapper {
	height:25px !important;
}

#footerlb {
	width:960px;
	margin:auto;
	height:50px;
	font-size: 14pt;
	color: #ABA8A3;
}

#footerlb .support {
	line-height: 50px;
}

#footerlb img {
	vertical-align: middle;
}

#footerlb .socialLinks{
	line-height:50px;
}

#footerlb .socialLinks a{
    padding: 2px;
}

.footerFix {
	height: 90px !important;
}

#resultBox {
	-webkit-border-radius: 5px;
	background-color: #EBEBEB;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 20px 10px 100px;
	/*width: 100%;*/
}

.infoIcon {
	background: url('/shared/images/icons/large-info-lt-grey.png') no-repeat 10px 20px;
	padding: 25px 0 2px 50px;
	text-align: left;
	float:left;
}

#loginBox {
	padding: 5px 0 0 20px;
	float:left;
}

#loginBox .errorMessage {
	height:20px;
	color: #ff0000;
  	font-size: 14px;
  	font-weight: bold;
  	text-align: left;
}

#loginBox a {
	color: #3C49F7;
	text-decoration: underline;
  	font-size: 13px;
  	font-weight: bold;
}

#result .button {
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 30px 0 0;
	color: #fff;
}

#result .btnContinueFree {
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	line-height: 40px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;

}

#result .headText {
	font-size:16pt;
	padding: 50px 0 20px 0; 
}

.fontError {
	color: #A70000;
}
.startButton {
	height: 40px;
	margin: 5px 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	font-size: 20px;
	border: 0px solid !important;
}