html,body {
  position:relative;
  width:100%;
  /*height:100%;*/
}
body {
  margin: 0;
  padding: 0;
  color: #666666;
  font: normal 62.5% "Lucida Grande", Arial, Helvetica, sans-serif;
  background: #ffffff url('../images/bg.png') 0 0 repeat-x;
}
*:focus {outline:none;}
img { border: none; }
a, a:link, a:visited {
  color: #8cc200;
  text-decoration:none;
  border-bottom:1px dotted;
  outline:none;
}
a:hover { 
    color:#f26522;
    text-decoration:none;
  border-bottom:1px solid;
  outline:none;
}
a:active, a:focus { outline: none;outline:none; }
a.button, a.button:link, a.button:visited, a.button:hover, a.button:active {border-bottom:none;outline:none;}
h1,h2,h3,h4,h5,h6,div,form { margin: 0; }
.container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow: hidden;*/
}
.floatL { float: left; }
.floatR { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center {text-align: center; }
.hidden {display:none;}
.clear { clear: both; }
form .btnYellow {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    padding: 0 45px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #feb500;
    border-left: none;
    background: url('../images/btn_gradient-noise.png') 0 100% #ffcd00;
    font: bold 22px/60px "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #af5c00;
    text-shadow: 0 1px #fed900;
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.2), 0 0 3px 6px rgba(131,141,148,0.2), inset 1px 1px 0 rgba(255,255,255,0.57), inset 0 0 7px 0 rgba(254,179,0,0.75);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.2), 0 0 3px 6px rgba(131,141,148,0.2), inset 1px 1px 0 rgba(255,255,255,0.57), inset 0 0 7px 0 rgba(254,179,0,0.75);
    outline: 0 none;
    -moz-outline-style: none;
}
form .btnYellow:hover { background-position: -66.66% 100%; }
form .btnYellow:active {
    height: 60px;
    padding-top: 1px;
    background-position: -33.33% 0%;
}
form .btnYellow:active, form .btnYellow:focus {
    outline: 0 none;
    -moz-outline-style: none;
}
form .btnYellow::-moz-focus-inner { border: 0px; }
form .error input[type="text"], form .error input[type="password"] { border-color: #f66 !important; }
form .error span.error {
    position: relative;
    display: block;
    clear: both;
    height: 25px;
    margin-top: 5px;
    line-height: 25px;
    font-size: 11px;
    padding: 0 7px;
    background: #fcc;
    color: #c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.grayBox {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.05);
    background: #f3f3f3;
    padding: 25px 20px 5px;
}

.hide {
  display: none;
}

/*Layout ================================================*/

#uber_wrapper {
  position:relative;
  min-width:960px;
  overflow:hidden;
  padding:0;
  margin:0;
  border:0;
}
#uber_wrapper.wider {
  overflow:visible;
}
#wrapper {
  position:relative;
  width:960px;
  margin:0 auto;
  overflow:visible
}
#main {
  width:835px;
}
.wider #wrapper, .wider #main {
  width:1200px;
}
#header {
  height:104px;
  width: 720px;
  margin: 0 auto;
}
#footer {
  padding:30px 40px 15px;
  margin: 0 auto;
}


/*Header ================================================*/

#logo {
  display:block;
  overflow:hidden;
  width:260px;
  height:0;
  padding-top:72px;
  margin:15px 0 0 50px;
  /*background:url('../images/logo.png') 0 0 no-repeat;*/
  float:left;
}
#utility_nav {
  float:right;
  width:350px;
  height:25px;
  padding:7px 20px 0 0;
}
#utility_nav a, #utility_nav a:link, #utility_nav a:visited {
  float:right;
  color:#6d8495;
  margin:6px 0 0 5px;
}
#utility_nav a.btnLogin, #utility_nav a.btnLogin:link, #utility_nav a.btnLogin:visited {
  display: block;
  width: 57px;
  height: 21px;
  font: bold 12px Arial, Helvetica, sans-serif;
    line-height: 21px;
  margin: 0 0 0 5px;
  text-align: center;
    text-shadow: 1px 1px #fff;
    color: #6d8495;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px solid #a6b9c7;
    -moz-box-shadow: inset 0 1px #fff;
    background: #dfeaf2;
    background: -moz-linear-gradient(0% 75% 90deg,#dfeaf2, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 0% 75%, from(#ffffff), to(#dfeaf2));
}
#utility_nav a.btnLogin:hover {
    background: #ebf6fc;
    background: -moz-linear-gradient(0% 100% 90deg,#ebf6fc, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ebf6fc));
}
#utility_nav a.btnLogin:active {
    background: #dfeaf2;
    background: -moz-linear-gradient(0% 100% 90deg,#ffffff, #dfeaf2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfeaf2), to(#ffffff));
}
#utility_nav a:hover, #utility_nav a:active {
  color:#4b5b67;
}
#main_nav {
  width:390px;
  height:34px;
  float:right;
  list-style-type:none;
  position:absolute;
  left:335px;
  bottom:0;
}
#main_nav li {
  position:relative;
  overflow:hidden;
  height:34px;
  float:left;
  list-style-type:none;
}
#main_nav li a, #main_nav li a:link, #main_nav li a:visited {
  display:block;
  height:32px;
  line-height:32px;
  width:94px;
  margin:0 2px 0 0;
  padding:0;
  background:#e8f0f6;
  text-align:center;
  color:#6d8495;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  border-bottom:2px solid #dfeaf2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#main_nav li a:hover, #main_nav li a:active {
  text-decoration:none;
  background-color:#f3f7fa;
  border-bottom:2px solid #eff4f8;
}
#main_nav li a.active, #main_nav li a.active:link, #main_nav li a.active:visited, #main_nav li a.active:hover, #main_nav li a.active:active {
  color:#898989;
  text-decoration:none;
  background:#FFFFFF;
  border-bottom:2px solid #FFFFFF;
}

/*Content ===============================================*/

#content {
  width:675px;
  padding:30px 40px 15px;
}
.wider #content {
  width:1170px;
  padding:30px 15px 15px 15px;
}
h1 {
  /*
  font-family: 'VAG Rounded Std', 'vag-rounded-light', Helvetica, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  */
  font-family: 'vag-rounded-light', Helvetica, Arial, Helvetica, sans-serif;
  font-size:30px;
  line-height:38px;
  margin:0 auto;
  padding-bottom:15px;
  text-align:center;
  color:#555555;
}
h3 {
  font-family: 'vag-rounded-bold', Helvetica, Arial, Helvetica, sans-serif;
  font-size:17px;
  text-transform:uppercase;
  color:#333333;
}
body.floating #content h2,
span.subTitle {
  display:block;
  font-family: 'vag-rounded-thin', Helvetica, Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:26px;
  margin:0 auto;
  text-align:center;
  color:#959595;
  padding-bottom:50px;
}

/*Features ==============================================*/

#views {
  list-style-type:none;
  border-bottom:1px solid #f0f0f0;
}
#views li.featureView {
  list-style-type:none;
  width:320px;
  color:#333333;
  font-size:1.3em;
  line-height:1.4em;
  padding-bottom:30px;
}
#views li#view_heatmap, #views li#view_confetti {float:left;}
#views li#view_overlay, #views li#view_list {float:right;}
#views li.featureView img {
  padding:3px;
  border:1px solid #e5e5e5;
  -moz-box-shadow: 0px 0px 4px #ebebeb;
  -webkit-box-shadow: 0px 0px 4px #ebebeb;
  box-shadow: 0px 0px 4px #ebebeb;
}
#views li.featureView h3 {
  height:25px;
  line-height:25px;
  /*padding-left:25px;
  background-image:url('../images/icons_features.png');
  background-repeat:no-repeat;*/
}
#views li.featureView p {
  margin-top:0;
}
/*#views li#view_heatmap h3 {background-position:0 -1px;}
#views li#view_confetti h3 {background-position:0 -25px;}
#views li#view_overlay h3 {background-position:0 -52px;}
#views li#view_list h3 {background-position:0 -76px;}*/

#features {}
.featureBlock {
  font-size:1.3em;
  line-height:1.4em;
}
#features_advanced, #features_core {
  border-top:1px solid #f0f0f0;
  padding:30px 0 30px;
}
.featureBlock h3 {margin-bottom:15px;}
.featureBlock h4 {
  font-family: 'vag-rounded-bold', Helvetica, Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#333333;
  margin-bottom:5px;
}
.featureBlock a.fancybox, .featureBlock a.fancybox:link, .featureBlock a.fancybox:visited, .featureBlock a.fancybox:hover, .featureBlock a.fancybox:active {
  border:none;
  position:relative;
  display:block;
  margin:0 0 15px 0;
}
#features_advanced a.fancybox {
  width:211px;
  height:134px;
}
#features_core a.fancybox, #features_core img {
  width:131px;
  height:96px;
  float:left;
  margin: 0 15px 15px 0;
}
.featureBlock a.fancybox .expand {
  display:block;
  width:20px;
  height:0;
  padding-top:23px;
  overflow:hidden;
  background:url('../images/icon_fancy_expand.png') 0 0 no-repeat;
  position:absolute;
  top:6px;
  right:6px;
}
.featureBlock img {
  padding:3px;
  border:1px solid #e5e5e5;
  -moz-box-shadow: 0px 0px 4px #ebebeb;
  -webkit-box-shadow: 0px 0px 4px #ebebeb;
  box-shadow: 0px 0px 4px #ebebeb;
}
.featureBlock p {margin: 0 0 10px 0;}

.featureBlock ul {
  list-style-type:none;
}
.featureBlock ul li.feature {
  position:relative;
  overflow:hidden;
  float:left;
  list-style-type:none;
}
#features_advanced ul li.feature {
  width:215px;
  padding:0 7px;
}
#features_advanced ul li.feature.left {padding-left:0;}
#features_advanced ul li.feature.right {padding-right:0;}
#features_core ul li.feature {
  width:315px;
  padding:0 20px 40px;
}
#features_core ul li.feature.left {padding-left:0; clear:left;}
#features_core ul li.feature.right {padding-right:0;}

/*Pull Quote ============================================*/

#pull_quote blockquote {
  font-size:1.8em;
  color:#555555;
  width:555px;
  margin:0 auto;
  padding:15px 0;
}
#pull_quote blockquote p {margin:0;}
#pull_quote blockquote span.quote {
  display:block;
  padding-bottom:10px;
  font-family: 'vag-rounded-light';
}
#pull_quote blockquote cite {
  display:block;
  font-style:normal;
  text-align:right;
  font-size:11px;
  padding-right:5px;
  color:#959595;
}


/*Pricing ===============================================*/



/*Info Wrapper*/
a#show_hide_info {
  font-size:10px;
  position:absolute;
  top:0;
  left:0;
}
#info_wrapper {
  font-size:1.3em;
  line-height:1.4em;
  padding-top:25px;
}
#info_wrapper h4 {
  color:#333333;
  font-weight:bold;
}
#info_container .left {
  width:315px;
  float:left;
}
#info_container .right {
  width:315px;
  float:right;
}
#info_container p {margin:0 0 10px 0;}
dl.commonQuestions {
  position:relative;
  margin:0;
  padding:10px 0 10px;
}
dl.commonQuestions dt {
  margin:0;
  padding:0;
  color:#333333;
  font-weight:bold;
}
dl.commonQuestions dd {
  position:relative;
  margin:0;
  padding:0;
}
#money_back img {
  position:relative;
  float:right;
  margin:0 0 10px 34px;
}
#money_back h4 {width:240px;}
#money_back, #pricing_features {margin-bottom:20px;}
#pricing_features ul, #pricing_features ul li,
#pricing_advanced_features ul, #pricing_advanced_features ul li {
  position:relative;
  overflow:hidden;
  margin:10px 0 10px;
  padding:0;
  list-style-type:none;
}
#pricing_features ul li, #pricing_advanced_features ul li {margin:0;}
#pricing_advanced_features h3 .titleNote {
  font-size:11px;
  color:#898989;
  padding-left:5px;
}

/*Pricing Form ==========================================*/

#account_info h3 span.accountType,
#order_review span.planName,
#review_total .planTotal, #yearly_plan_savings {color:#7eb717;}
#pricing_extra {
  color: #333;
}

#pricing_extra strong {
  /*clear: both;*/
  color: #7EB717;
}

#pricing_form {
  position:relative;
  margin:0;
  padding:0;
  width:100%;
}
#pricing_form img.moneyBackGuarantee {
  position:absolute;
  top:20px;
  right:0;
}
#account_info, #billing_info, #order_review {
  clear: both;
  margin-bottom:40px;
}
#extra_trial_info {
  clear: both;
}
#extra_trial_info li {
  margin-top: 1em;
}
ul.formContainer {
  position:relative;
  margin:0;
  padding:15px 0 0;
  list-style-type:none;
  width:600px;
}
ul.formContainer li {
  position:relative;
  width:100%;
  overflow:hidden;
  list-style-type:none;
  padding: 5px 0;
  margin-bottom:5px;
}
ul.formContainer li.hiddenFields {display:none;}
ul.formContainer li#review_purchase,
ul.formContainer li#review_tos {padding-left:155px;}
ul.formContainer li#review_tos {
  color:#333;
  padding-right:50px;
  width:320px;
}
ul.formContainer li#yearly_plan_offer {padding-left:155px;}
.formContainer label, .formContainer span.label {
  width:140px;
  margin-right:15px;
  line-height:25px;
  display:block;
  float:left;
  font-weight:bold;
  text-align:right;
  color:#333333;
}
#pricing_form .formContainer span.error {
  width: 247px;
  margin-left: 155px;
}
#pricing_form .formContainer .general span.error {
  width: auto;
  margin-left: auto;
}
.formContainer input[type="text"], .formContainer input[type="password"],
.formContainer textarea {
  width:247px;
  height:25px;
  border:1px solid #cee0ed;
  padding:2px 5px;
  color:#333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 8px #cee0ed;
  -webkit-box-shadow: 0px 0px 8px #cee0ed;
  box-shadow: 0px 0px 8px #cee0ed;
}
.formContainer select {
  height:31px;
  padding:5px 3px;
  border:1px solid #cee0ed;
  color:#333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 8px #cee0ed;
  -webkit-box-shadow: 0px 0px 8px #cee0ed;
  box-shadow: 0px 0px 8px #cee0ed;
}
.formContainer select#select_card-expiration-month {
  width:70px;
  margin-right:10px;
}
.formContainer select#select_card-expiration-year {width:70px;}
.formContainer select#select_country {width:258px;}
.formContainer #pricing_submit {
    height: 47px;
    line-height: 47px;
  display:block;
}
#order_review .planReview {
  color:#333;
  width:270px;
  float:left;
}
#order_review #review_total span.label {line-height:32px;}
#order_review #review_total .planTotal {
  width:270px;
  float:left;
  font-weight:bold;
  font-size:31px;
  height:41px;
  line-height:32px;
  font-family: 'vag-rounded-bold', Helvetica, Arial, Helvetica, sans-serif;
}
#billing_card-number input {width:150px;}
#billing_card-number img {
  position:absolute;
  left:330px;
  top:9px;
}
#billing_security-code input {
  width:58px;
}
#billing_security-code #security_code_explain {
  position:absolute;
  left:230px;
  top:12px;
  font-size:11px;
}
#billing_security-code #security_code_explain img {
  vertical-align:middle;
  margin-right:3px;
}

/*Footer ================================================*/

#footer {width:675px;}
#footer_nav {
  width:310px;
  float:left;
}
#footer_nav ul {
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0 0 5px;
  list-style-type:none;
}
#footer_nav ul li {
  float:left;
  list-style-type:none;
  padding-left:11px;
  background:url('../images/footer_nav_dot.png') 4px 4px no-repeat;
}
#footer_nav ul li:first-child {
  padding-left:0;
  background:none;
}
#footer_nav ul li a, #footer_nav ul li a:link, #footer_nav ul li a:visited {
  color:#666666;
  text-decoration:none;
  border-bottom:none;
  font-weight:bold;
}
#footer_nav ul li a:hover, #footer_nav ul li a:active {
  border-bottom:1px solid;
}
#footer_nav div.copyright {color:#a2a2a2;}
#footer_social {
  width:240px;
  height:20px;
  float:right;
  text-align:right;
  background:url('../images/icon_footer_twitter.png') 32px 0 no-repeat;
}

/*Demo ==================================================*/

#demo_wrapper {
  position:absolute;
/*  width:923px;*/
  width:1011px;
  height:100%;
  top:0;
  bottom:0;
  z-index:10;
  left:845px;
}
#demo_container {
  position:relative;
  width:1003px;
  height:100%;
  padding:0 4px;
  background:url('../images/demo_bg.jpg') 0 0 repeat;
}
#demo_content {
  position:relative;
  height:100%;
  overflow:hidden;
  padding:0;
  margin:0;
}
#demo {
  position:relative;
  height:100%;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#404040;
}
a#btn_view-demo, a#btn_view-demo:link, a#btn_view-demo:visited {
  display:block;
  overflow:hidden;
  width:37px;
  height:0;
  padding-top:157px;
  background:url('../images/btn_view-hide_demo.png') 0 0 no-repeat;
  position:absolute;
  top:188px;
  left:-37px;
  border-bottom:none;
}
a#btn_view-demo:hover, a#btn_view-demo:active {
  border-bottom:none;
  background-position:-37px 0;
}
a#btn_view-demo.active, a#btn_view-demo.active:link, a#btn_view-demo.active:visited {
  background-position:-74px 0;
}
a#btn_view-demo.active:hover, a#btn_view-demo.active:active {
  background-position:-111px 0;
}
#demo img.demoImage {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}
#demo img.demoImage.active {
  z-index:15;
}

#demo #demo_controls {
	position:relative;
	width:915px;
	height:63px;
	z-index:16;
}
#demo #demo_controls img {
	position:relative;
}
#demo #demo_controls a#btn_hide_demo,
#demo #demo_controls a#btn_hide_demo:link,
#demo #demo_controls a#btn_hide_demo:visited {
	position:absolute;
	display:block;
	overflow:hidden;
	top:7px;
	right:7px;
	width:114px;
	height:0;
	padding-top:22px;
	background:url('../images/btn_hide_demo.png') 0 0 no-repeat;
	border:none;
}
#demo #demo_controls a#btn_hide_demo:hover,
#demo #demo_controls a#btn_hide_demo:active {background-position:0 -22px;}


#demo iframe {
  display: none;
  border: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#demo_popup {
  width:362px;
  height:281px;
  padding:33px 34px 22px 27px;
  margin:0;
  position:absolute;
  top:68px;
  right:26px;
  overflow:hidden;
  z-index:30;
  background:url('../images/bg_demo_popup.png') 0 0 no-repeat;
}
#demo_popup a#btn_demo_popup_close, #demo_popup a#btn_demo_popup_close:link, #demo_popup a#btn_demo_popup_close:visited {
  display:block;
  overflow:hidden;
  width:22px;
  height:0;
  padding-top:22px;
  margin:0;
  background:url('../images/btn_close.png') 0 0 no-repeat;
  position:absolute;
  top:26px;
  right:23px;
  border:none;
}
#demo_popup a#btn_demo_popup_close:hover, #demo_popup a#btn_demo_popup_close:active {
  background-position:0 -22px;
}
#demo_popup h3 {
  color:#FFFFFF;
  text-transform:none;
}
#demo_popup p {
  color:#999999;
  font-size:1.2em;
  line-height:1.4em;
  margin-bottom:20px;
}
#demo_popup #view_title {
  display:block;
  font-size:1.4em;
  color:#FFFFFF;
  font-weight:bold;
}
#demo_popup ul.views {
  position:relative;
  overflow:hidden;
  margin:0;
  padding:10px 0;
  list-style-type:none;
}
#demo_popup ul li.demoView {
  position:relative;
  overflow:hidden;
  width:68px;
  height:90px;
  text-align:center;
  float:left;
}
#demo_popup ul li#demo_view_heatmap.demoView,
#demo_popup ul li#demo_view_scrollmap.demoView,
#demo_popup ul li#demo_view_confetti.demoView,
#demo_popup ul li#demo_view_overlay.demoView,
#demo_popup ul li#demo_view_list.demoView {margin-left:3px;}
#demo_popup ul li.demoView a, #demo_popup ul li.demoView a:link, #demo_popup ul li.demoView a:visited {
  display:block;
  oveflow:hidden;
  width:68px;
  height:15px;
  padding-top:75px;
  color:#999999;
  border:none;
  background-position:0 0;
  background-repeat:no-repeat;
}
#demo_popup ul li.demoView a:hover, #demo_popup ul li.demoView a:active,
#demo_popup ul li.demoView a.active, #demo_popup ul li.demoView a.active:link, #demo_popup ul li.demoView a.active:visited,
#demo_popup ul li.demoView a.active:hover, #demo_popup ul li.demoView a.active:active {
  color:#FFFFFF;
  background-position:-68px 0;
}
#demo_popup ul li#demo_view_heatmap.demoView a {background-image:url('../images/btn_demo_heatmap.jpg');}
#demo_popup ul li#demo_view_scrollmap.demoView a {background-image:url('../images/btn_demo_scrollmap.jpg');}
#demo_popup ul li#demo_view_confetti.demoView a {background-image:url('../images/btn_demo_confetti.jpg');}
#demo_popup ul li#demo_view_overlay.demoView a {background-image:url('../images/btn_demo_overlay.jpg');}
#demo_popup ul li#demo_view_list.demoView a {background-image:url('../images/btn_demo_list.jpg');}

#demo_popup a.btn_free_heatmap, #demo_popup a.btn_free_heatmap:link, #demo_popup a.btn_free_heatmap:visited {
  display:block;
  overflow:hidden;
  width:242px;
  height:0;
  padding-top:54px;
  margin:0 auto;
  background:url('../images/btn_demo_getyourheatmap.png') 0 0 no-repeat;
  border:0;
}
#demo_popup a.btn_free_heatmap:hover {background-position:0 -54px;}
#demo_popup a.btn_free_heatmap:active {background-position:0 -108px;}


/*Floating Layout Styles ================================*/

body.floating { background: url('../img/bg_gradient.png') 0 0 repeat-x #d1e1ed; }
body.floating #main {
    width: 735px;
    margin: 0 auto;
}
body.floating #header {
    position: relative;
    z-index: 1;
    height: auto;
    background: url('../img/glow.png') 50% 0 no-repeat;
    padding-bottom: 20px;
}
body.floating #header #logo {
    float: none;
    margin: 45px auto 0px auto;
    width: 217px;
    padding-top: 114px;
    /*background-image: url('../images/logo-large.png');*/
}
body.floating #content {
    position: relative;
    z-index: 2;
    width: 400px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #bed4e4;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 18px 2px rgba(178,202,217,0.5);
    -moz-box-shadow: 0 0 18px 2px rgba(178,202,217,0.5);
    -webkit-box-shadow: 0 0 18px 2px rgba(178,202,217,0.5);
    font-size: 1.3em;
}
body.floating #content h2,
body.floating #content .subTitle { padding-bottom: 20px; }
body.floating #footer {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background: url('../img/glow.png') 50% 100% no-repeat;
}
body.floating #footer_nav {
    float: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
body.floating #footer_nav ul, body.floating #footer_nav ul li {
    display: inline;
    float: none;
}
body.floating #footer_nav ul {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
body.floating #footer_nav .privacy { margin: 0 0 5px; }
body.floating #footer_nav .privacy a { font-weight: bold; }

body.floating form input[type="text"], body.floating form input[type="password"],
body.floating form .formContainer textarea {
    background: #e8f0f6;
    border: 1px solid #d1e1ed;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    color: #333;
    font: normal 13px "Lucida Grande", Arial, Helvetica, sans-serif;
}
body.floating form .formContainer textarea {
    height: 150px;
    line-height: 20px;
}
body.floating form ul.formContainer {
    padding-top: 0;
    width: auto;
    margin-bottom: 15px;
}
body.floating form ul.formContainer li {
    padding: 10px 0 0;
    margin: 0 0 15px;
}
body.floating form ul.formContainer li.last { margin-bottom: 0; }
body.floating form ul.formContainer li:first-child { padding-top: 0; }
body.floating form ul.formContainer input[type="text"], body.floating form ul.formContainer input[type="password"] {
    position: relative;
    display: block;
    clear: both;
}
body.floating form ul.formContainer label {
    width: auto;
    float: none;
    text-align: left;
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    margin: 0;
}


/*Login =================================================*/

#login_form .colLeft {
    float: left;
    width: 270px;
}
#login_form ul.formContainer li.last { padding-top: 0; }
#login_form label[for="password"] { float: left; }
#login_form .linkForgotPassword {
    font-size: 11px;
    float: right;
    margin-right: 12px;
    margin-top: 4px;
}
#login_form input[type="text"], #login_form input[type="password"] { width: 237px; }
#login_form label[for="remember"] {
    display: inline;
    font-weight: normal;
}
#login_form .colRight {
    float: right;
    width: 210px;
    margin-right: 30px;
}
#login_form .colRight h4 {
    text-transform: uppercase;
    color: #333;
    font-size: 1.2em;
    margin-bottom: 15px;
}
#login_form .colRight p { margin: 0 0 15px; }
#login_form p.clear { padding-top: 45px; }
#login_form p.clear button.btnYellow {
    margin: 0 auto;
    padding: 0 60px;
}
#login_form .error span.error { width: 245px; }
#login_submit { width: 190px; }


/*Forgot Password =======================================*/

#forgot_password_form ul.formContainer li.last { padding-top: 0; }
#forgot_password_form ul.formContainer {
    width: 260px;
    margin: 0 auto 45px;
}
#forgot_password_form ul.formContainer input[type="text"] { width: 237px; }
#forgot_password_form p.clear button.btnYellow { margin: 0 auto; }
#forgot_password_submit { width: 300px; }


/*Free Signup ===========================================*/

body.floating #content.clouds { background: url('../images/bg_floating.png') 0% 100% no-repeat #fff; }
#signup_free_form ul.formContainer {
    width: 260px;
    margin: 0 auto 90px;
}
#signup_free_form ul.formContainer input[type="text"], #signup_free_form ul.formContainer input[type="password"] { width: 237px; }
#signup_free_form p.clear button.btnYellow { margin: 0 auto; }
#signup_submit { width: 310px; }


/*Contact Us ============================================*/

#contact_us_form ul.formContainer li.last { padding-top: 0; }
#contact_us_form ul.formContainer {
    width: 260px;
    margin: 0 auto 70px;
}
#contact_us_form ul.formContainer input[type="text"] { width: 237px; }
#contact_us_form p.clear button.btnYellow { margin: 0 auto; }
#contact_us_submit { width: 170px; }


/*Opt out ===============================================*/

.ui-name {
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  line-height: 2em;
  padding: 2px;
}
