@charset "utf-8";
/* Local Gym CSS Stylesheet */

body.trial {
	background-image:url(../images/body-background.jpg);
}
body.trial label {
	text-align: right;
	padding-right: 10px;
}
body.trial div.form div.row {
	text-align: center;
	overflow: auto;
	clear: both;
	padding: 5px;
}
body.trial div.form div.row label {
	text-align: left;
	display: block;
	float: left;
	width: 150px;
}
body.trial div.form div.row div.input {
	float: left;
}

body.trial div#header {
	background-image:url(../images/header-background.jpg);
}

body.trial div#header div#vertNav {
	height:88px;
}

body.trial div#header div#vertNav div.link a:hover {
	color:#a1a1a4;
}

body.trial div#bodyWrapper,
body.trial div#wrapper {
	background-image:url(../images/wrapper-background.jpg);
}

body.trial div#wrapper div#breadCrumb {
	float:left;
	color:#B2B2B2;
	width:250px;
	margin-bottom:0px;
}

body.trial div#wrapper div#breadCrumb a {
	color:#B2B2B2;
}

body.trial div#wrapper div#breadCrumb span.current {
	color:#F58023;
}

body.trial div#wrapper h1.title {
}

body.trial div#wrapper h1.title a img {
	border:0px;
}

body.trial div#wrapper div#contentArea {
	padding:20px;
	width:964px;
}

body.trial div#wrapper div#contentArea div#contentLeft {
	float:left;
	width:624px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage {
	width:525px;
	height:393px;
	overflow:hidden;
	margin-left:50px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.couponBackground {
	width:525px;
	height:393px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon {
	width:525px;
	height:393px;
	position:relative;
	top:-393px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.userName {
	text-align:center;
	font-size:25px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000000;
	padding-top:120px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.couponTitle {
	width:525px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:35px;
	color:#BF1E2E;
	text-transform:uppercase;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.footerInfo {
	clear:both;
	overflow:hidden;
	width:495px;
	height:48px;
	margin:85px 15px 0px 15px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.footerInfo div.addressInfo {
	float:left;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.footerInfo div.dateInfo {
	float:right;
	font-weight:bold;
	font-size:24px;
	height:50px;
}

body.trial div#wrapper div#contentArea div#contentLeft div#couponImage div.trialCoupon div.footerDetails {
	text-align:center;
	font-size:10px;
}

body.trial div#wrapper div#contentArea div#contentRight {
	float:left;
	width:320px;
	margin-left:20px;
}

body.trial div#wrapper div#contentArea div#contentRight div.red-button {
	width:190px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	background-image:url(../images/red-button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:280px 0px 10px 0px;
}

body.trial div#wrapper div#contentArea div#contentRight div.red-button a {
	display:block;
}

body.trial div#wrapper div#contentArea div#contentRight div.red-button a img {
	border:0px;
}

#trial-form {
	border:2px solid #F4F4F4;
	padding:20px;
	clear:both;
}
#trial-form div.questionRow {
	overflow:auto;
	clear:both;
	padding:0px 10px;
	border-bottom:1px dashed #F5F5F5;
}
#trial-form div.questionRow label {
	display:block;
	float:left;
	width:160px;
	padding:5px 0px;
	text-align:left;
}
#trial-form div.questionRow div.answer {
	float:left;
	width:400px;
	padding:5px 0px;
}
#trial-form div.questionRow div.answer a {
	color:#F58023;
}
#trial-form div.questionRow div.answer input.text {
	width:395px;
}
#trial-form div.questionRow div.answer input.zip {
	width:290px;
}
#trial-form div.questionRow div.answer select.select {
	width:400px;
}
#trial-form div.questionRow div.answer div.zip {
	float:left;
	width:290px;
}
#trial-form div.questionRow div.answer div.search {
	float:left;
	width:100px;
	margin-left:10px;
}
#trial-form div.questionRow div.answer div.searching {
	float:left;
	width:100px;
	margin-left:10px;
	display:none;
}
#trial-form div.questionHeader {
	background-color: #D6D6D6;
	padding: 5px;
	margin: 10px 0px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
#trial-form div.questionSubmit {
	overflow: auto;
	clear: both;
	border-bottom: 1px dashed #F5F5F5;
	margin-left:200px;
	padding:0px 10px;
}

div.trialDisabled {
	display:none;
}
