/* GLOBALS */
* {
	margin: 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #363636;
}
html, body {
	height: 100%;
}
body {
    background: url(../img/bg-top.jpg) top center repeat-x;
}
input[type=submit],
input[type=button] {
    cursor: pointer;
}
.clear { clear: both; }
.outer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}
#footer, #push {
    clear: both;
	height: 42px;
}
.container,
.wrapper {
    width: 900px;
    margin: 0 auto;
}
.center {
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.left-panel {
    width: 570px;
    float: left;
    padding: 30px 0;
}
.right-panel {
    width: 285px;
    float: left;
    margin-left: 45px;
    padding: 30px 0;
}

/* HEADER */
#header {
	height: 80px;
	padding-bottom: 20px;
    position: relative;
}
#header .wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#banner-slogan {
    float: right;
    width: 700px;
    color: #fff;
    text-shadow: 3px 3px 0 #177;
    font-size: 32px;
    letter-spacing: -1px;
    font-style: italic;
    text-align: right;
	padding-right: 125px;;
    position: relative;
    z-index: 3;
    top: 36px;
}
#globe {
    position: absolute;
}
#globe img {
    position: absolute;
    top: -26px;
    left: 300px;
    z-index: 1;
    opacity: 0.8;
}
#banner {
	display: inline-block;
    float: left;
    width: 134px;
}
#banner a img{
	text-decoration: none;
	border: none;
	padding: 3px 0 0 10px;
}
#menu {
	display: inline-block;
	float: right;
	margin-right: 20px;
    position: relative;
    top: 17px;
}
.business-on {
	padding-bottom: 20px;
}

.business-on #menu {
	position: relative;
	bottom: 3px;
}
#menu ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	height: 29px;
	background: url(../img/button-left.png) no-repeat left top;
}
#menu ul li a {
	text-decoration: none;
	margin-left: 9px;
	padding-left: 6px;
	padding-right: 15px;
	background: url(../img/button-right.png) right top no-repeat;
	display: inline-block;
	text-align: center;
	height: 29px;
	line-height: 27px;
	color: #000000;
}
#login {
	position: absolute;
	top: 129px;
	right: 35px;
}
#login a {
	z-index: 20;
}
#login a img{
	text-decoration: none;
	border: 0px;
}
#menu ul li.active, #menu ul li:hover {
	background: url(../img/button-active-left.png) no-repeat left top;
	text-shadow: none;
}
#menu ul li.active a, #menu ul li:hover a {
	background: url(../img/button-active-right.png) right top no-repeat;
	text-shadow: none;
	color: #FFFFFF;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
/* IE 7 */
#signup-form form input[type=text],
#signup-form form input[type=password] {
	*height: 23px;
	*line-height: 23px;
}
#menu ul li {
	*float: left;
	*margin-top: -40px;
	*padding-right: 10px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
    color: #59a3c0;
}
#signup h1 {
	*margin-top: 20px;
}
#bottom-menu ul {
	*margin-left: 0px;
	*margin-top: 10px;
}
#bottom-menu ul li p {
	*margin-top: 10px;
	*padding-bottom: 5px;
}
/*#bottom-menu ul li .active {
	*background: url(../img/bg-box-state-on.gif) repeat-x top;
}
#bottom-menu ul li .active a {
	*background: url(../img/button-active-left.png) no-repeat left top;
}
#bottom-menu ul li .active a span{
	*background: url(../img/button-active-right.png) right top no-repeat;
	*color: #FFFFFF;
}*/
#bottom-menu ul li:hover {
	*cursor: pointer;
}
#bottom-menu ul li:hover a, #bottom-menu ul li a:hover, #bottom-menu ul li.active a span:hover {
	*cursor: pointer;
}
#bottom-menu ul li:hover a span, #bottom-menu ul li a:hover span, #bottom-menu ul li.active a span:hover  {
	*cursor: pointer;
}
#footer .left li a {
	*padding-left: 3px;
}
#footer {
border-top: solid 1px #B7C1C1;
}
div#footer-panel {
	height: 82px;
	background: #ddd;
    text-align: center;
}
div#footer-panel #footer img {
    vertical-align: middle !important;
}
div#footer-panel #footer p {
    margin: 0;
    padding: 0 10px 0;
    position: relative;
    top: 4px;
    font-size: 15px;
    height: 82px;
    color: #777 !important;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

/* MAIN CONTENT */
#main-content {
    background: transparent url(../img/bg-white-overlay.png) repeat-y center;
}
#main-top {
    margin-top: 20px;
    background: transparent url(../img/bg-white-overlay-top.png) center no-repeat;
    height: 24px;
}
#main-bottom {
    margin-bottom: 20px;
    background: transparent url(../img/bg-white-overlay-bottom.png) center no-repeat;
    height: 24px;
}

/* TITLE */
.title {
    border-bottom: solid 1px #bdbdbd;
    min-height: 40px;
    margin-top: -10px;
}
.title h1 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #000;
    float: left;
    width: 450px;
}
.title .date {
    float: right;
}
.title .date .day {
    color: #979797;
    font-weight: bold;
    font-size: 32px;
    float: left;
    padding: 0 8px;
}
.title .date .month-year {
    padding: 0 8px;
    float: left;
    border-left: solid 1px #bdbdbd;
    color: #979797;
    letter-spacing: 3px;
    font-size: 15px;
    height: 40px;
    text-transform: uppercase;
}

/* TITLE BOX */
#title-box {
    margin: 10px 0 30px;
}
#title-box div {
    background: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
    background: -moz-linear-gradient(top,  #ffffff,  #eee); 
    padding: 25px;
    border: solid 1px #ccc;
}
#title-box div strong {
    display: block;
    text-align: right;
    color: #777;
}


/* CONTENT */
.content-body p {
    padding: 0 1em 1.5em 0;
    line-height: 170%;
    color: #444;
    font-size: 14px;
    font-family: Arial, Helvetica, Lucida Grande, 'Lucida Sans Unicode', sans-serif;
}
.content-body h2 {
    padding: 30px 0 0;
    color: #666;
    font-size: 20px;
}
.content-body h2 .span1 {
    display: block;
    color: #666;
    font-size: 20px;
    padding: 25px 0;
}
.content-body h2 .span2 {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 60px; color: #063;
    text-align: center;
    background: url(../img/underline.png) no-repeat left bottom;
    padding-bottom: 14px;
    font-weight: bold;
    font-size: 28px;
}
.content-body h2 .span3 {
    display: block;
    color: #666;
    font-size: 16px;
    padding: 30px 0;
}
.content-body ul.reasons-list {
    list-style: none;
    margin: 18px 0px 0px 0px;
    padding: 10px 0 30px 40px;
    width: 80%;
}
.content-body ul.reasons-list li {
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
	height: 60px;
	position: relative;
}
.content-body ul.reasons-list li img {
    height: 54px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
    *display: block;
}
.content-body ul.reasons-list li img.globe {
    margin-left: 4px;
}
.content-body ul.reasons-list li img.exchanges {
    margin-left: 1px;
}
.content-body ul.reasons-list li img.cash-stack {
    width: 60px;
    height: 46px;
    margin-left: -4px;
}
.content-body ul.reasons-list li span {
    display: block;
    margin-left: 75px;
    padding-top: 14px;
}
.content-body p.call-to-action {
    font-size: 24px;
    font-weight: bold;
    color: #063;
}
.content-body p.call-to-action span {
    background: url(../img/underline2.png) no-repeat left bottom;
    display: inline-block;
    padding-bottom: 5px;
    color: #063;
    *position: relative;
    *top: 5px;
}

/* TESTIMONIAL FEED */
.testimonial-feed {
    padding: 0;
    list-style: none;
}
.testimonial-feed li {
    margin: 0 0 30px;
}
.testimonial-feed li div.testimonial,
#submit-testimonial {
    background: #f7f7f7;
    box-shadow: 0 0 10px #aaa;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 20px;
    margin-right: 1em;
}
.testimonial-feed li:nth-child(even) div.testimonial {
    background: #e9e9e9;
}
.testimonial-feed li div.testimonial img {
    border: solid 1px #bcbcbc;
    width: 54px;
    height: 54px;
    float: left;
    margin: 4px 0 0 4px;
}
.testimonial-feed li div.testimonial p {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    width: 400px;
    text-shadow: -1px -1px 0 #fff;
}
.testimonial-feed li div.testimonial p span {
    color: #999;
    font-size: 13px;
    font-family: Arial, Helvetica, Lucida Grande, 'Lucida Sans Unicode', sans-serif;
    font-style: italic;
    display: block;
    text-align: right;
    padding-top: 10px;
}

.testimonial-feed li > span {
	display: block;
	margin-left: 68px;
}

.testimonial-feed li a.divbox {
	float: left;
	margin-right: 6px;
}

.testimonial-feed li a.divbox img {
	border: 0px;
	height: 16px;
	width: 16px;
}

/* TESTIMONIAL SUBMIT */
form#submit-testimonial {
    margin-bottom: 20px;
}
form#submit-testimonial table {
    width: 550px;
    margin: 0 auto;
}
form#submit-testimonial label {
    display: block;
    width: 140px;
    text-align: right;
    color: #999;
    text-shadow: -1px -1px 0 #fff;
    font-size: 13px;
    font-family: Arial, Helvetica, Lucida Grande, 'Lucida Sans Unicode', sans-serif;
}
form#submit-testimonial table th.v-top {
    vertical-align: top;
    padding-top: 8px;
}
form#submit-testimonial table td {
    padding: 5px 0 5px 20px;
}
form#submit-testimonial input[type=text],
form#submit-testimonial textarea {
    width: 250px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #949699;
	padding: 3px 8px;
}
form#submit-testimonial table td.last input {
	-moz-box-shadow:inset 0px 1px 0px 0px #6eb5b5;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6eb5b5;
	box-shadow:inset 0px 1px 0px 0px #6eb5b5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #157171), color-stop(1, #015757) );
	background:-moz-linear-gradient( center top, #157171 5%, #015757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#157171', endColorstr='#015757');
	background-color:#157171;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4a6fa8;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000066;
    cursor: pointer;
    width: 266px;
}
form#submit-testimonial table td.last input:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #015757), color-stop(1, #157171) );
	background:-moz-linear-gradient( center top, #015757 5%, #157171 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#015757', endColorstr='#157171');
	background-color:#015757;
}
form#submit-testimonial table td.last input:active {
	position:relative;
	top:1px;
}
form#submit-testimonial textarea {

}
form#submit-testimonial .req:after {
    content: ' * ';
    color: #b33;
}

input.unfocused, textarea.unfocused {
	color: #909090;
}
.success {
	padding: 8px;
	background: lightgreen;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 12px;
}
.error {
	padding: 8px;
	background: red;
	color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 12px;
}

/* RIGHT PANEL - SIGNUP FORM */
#signup {
    position: relative;
	width: 285px;
}
#signup-form {
	width: 285px;
	height: 451px;
	background: url(../img/capture-form.png) no-repeat top;
}
#signup-form form  {
	display: block;
	width: 210px;
	padding: 78px 0px 0px 38px;
}
#signup-form span {
	font-weight: normal;
	font-style: italic;
}
#signup-form form div {
	padding: 0px 0px 6px;
}
.signup-form2 form div {
	padding: 7px 0px 0px 0px;
	*padding-top: 6px;
}
#email-checkbox {
	padding: 0;
	margin: 5px 0 0;
	text-align: left;
	font-size: 11px;
}
#reg-key-tool {
    position: relative;
    z-index: 1000;
    left: 163px;
    top: 27px;
    width: 100px;
}
.integers {
	position: absolute;
	z-index: -2;
	top: -10000px;
}

/* RIGHT PANEL - TESTIMONIALS */
div.right-panel div.testimonials {
    padding-top: 35px;
}
div.right-panel div.testimonials h3 {
    color: #969695;
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 24px;
}
div.right-panel div.testimonials ul {
    list-style: none;
    padding: 0;
    padding: 15px 0;
}
div.right-panel div.testimonials ul li {
    display: block;
    margin: 0;
    padding: 0;
    padding: 12px 0;
    border-bottom: solid 1px #bdbdbd;
}
div.right-panel div.testimonials ul li > img {
    width: 54px;
    height: 54px;
    border: solid 1px #bdbdbd;
    float: left;
}
div.right-panel div.testimonials ul li p {
    color: #686868;
    font-size: 13px;
    line-height: 150%;
    font-family: Arial, Helvetica, Lucida Grande, 'Lucida Sans Unicode', sans-serif;
    float: left;
    padding: 0 0 10px 10px;
    width: 215px;
}
div.right-panel div.testimonials ul li span {
    color: #999;
    font-size: 12px;
    font-family: Arial, Helvetica, Lucida Grande, 'Lucida Sans Unicode', sans-serif;
    font-style: italic;
    display: block;
    text-align: right;
    padding-right: 10px;
}

/* TOOLTIP */
#tooltip, #rosen-tooltip, #reg-key-tooltip, #rescission-tooltip {
	position: absolute;
	border: 2px solid #fff;
	background: #fffcc9;
	padding: 5px;
	color: #543;
	display: none;
	font-size: 11px;
	width: 200px;
	z-index: 1000;
}
#rescission-tooltip {
	width: 350px;
}
.tooltip, .rosen-tooltip, .reg-key-tooltip, .rescission {
	cursor: pointer;
}
.rescission {
	font-size: 11px;
	font-weight: normal !important;
}
.reg-key-tooltip {
	position: absolute;
	z-index: 1330;
}
#reg-key-tool {
	*position: relative;
	*top: 26px;
}


/* FOOTER - HILLS */
#footer {
	clear: both;
	position: relative;
}
#footer * {
    color: #fff !important;
}
#footer .wrapper {
	position: relative;
	top: 130px;
	*top: 300px;
}


/* FORM */
div.form-box {
	background: #d6f0fd url(../img/home-form-bg.jpg) repeat-x;
	border: 3px solid #3a943c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 30px #0d9193;
	margin-top: 14px;
	min-height: 200px;
    text-align: center;
}

div.form-header {
	background: transparent url(../img/home-form-arrow.png) no-repeat 17px 38px;
	color: #056233;
	height: 160px;
	padding: 9px 0px;
	text-align: center;
} 

div.login div.form-header {
	background-image: none;
	height: 68px;
	background: #eff8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #eff8f8 0%, #cbe7e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff8f8), color-stop(100%,#cbe7e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eff8f8 0%,#cbe7e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eff8f8 0%,#cbe7e8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eff8f8 0%,#cbe7e8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff8f8', endColorstr='#cbe7e8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eff8f8 0%,#cbe7e8 100%); /* W3C */
	border-bottom: solid 1px #fff;
}

div.form-header h2 {
	*padding-top: 25px;
}

/*
div.form-header h2 {
	font-size: 1.5em;
	margin: 12px 0px 2px 0px;
	padding: 0px;
}

div.form-header h3 {
	font-size: 1.05em;
	font-weight: normal;
	margin: -4px 0px 0px 0px;
	padding: 0px;
}
*/
div.form,
form.form {
	color: #555;
	font-size: 13px;
}

div.login div.form {
	padding-top: 20px;
}

div.form table {
	/* border: 1px solid #000; */
	margin: 0px auto;
	width: 90%;
}

div.form table td {
	padding: 3px 0px;
	text-align: right;
}

div.form table td input,
.input-text {
	background: #fff url(../img/home-form-input-bg.gif) repeat-x;
	border: 1px solid #c0c0c0;
	padding: 5px 6px;
	width: 138px;
}

div.form p {
	margin: 0px;
	padding: 2px;
}

div.form p a {
	font-size: 0.8em;
	border-bottom: 2px solid #FFBFBF;
	color: #f00000;
	padding-bottom: 0px;
	text-decoration: none;
}

div.form div {
	padding: 12px 0px;
	text-align: center;
}

div.form div input,
div.form .login input,
.normal-button {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f9f9f9 6%, #f7f7f7 9%, #f9f9f9 13%, #f7f7f7 19%, #f8f8f8 50%, #e6e6e6 88%, #e5e5e5 97%, #e5e6e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(6%,#f9f9f9), color-stop(9%,#f7f7f7), color-stop(13%,#f9f9f9), color-stop(19%,#f7f7f7), color-stop(50%,#f8f8f8), color-stop(88%,#e6e6e6), color-stop(97%,#e5e5e5), color-stop(100%,#e5e6e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f9f9f9 6%,#f7f7f7 9%,#f9f9f9 13%,#f7f7f7 19%,#f8f8f8 50%,#e6e6e6 88%,#e5e5e5 97%,#e5e6e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#f9f9f9 6%,#f7f7f7 9%,#f9f9f9 13%,#f7f7f7 19%,#f8f8f8 50%,#e6e6e6 88%,#e5e5e5 97%,#e5e6e8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#f9f9f9 6%,#f7f7f7 9%,#f9f9f9 13%,#f7f7f7 19%,#f8f8f8 50%,#e6e6e6 88%,#e5e5e5 97%,#e5e6e8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e6e8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f7f7f7 0%,#f9f9f9 6%,#f7f7f7 9%,#f9f9f9 13%,#f7f7f7 19%,#f8f8f8 50%,#e6e6e6 88%,#e5e5e5 97%,#e5e6e8 100%); /* W3C */
	border: 1px solid #c0c0c0;
	color: #707070;
	font-size: 1.1em;
	display: inline-block;
	height: 36px;
	text-align: center;
	width: 80px;
}

div.form div input[type=submit] {
	border: 1px solid #3a943c;
	background: #eb2f00; /* Old browsers */
	background: -moz-linear-gradient(top, #eb2f00 0%, #ed3101 3%, #ea3200 53%, #d02e00 81%, #c83001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb2f00), color-stop(3%,#ed3101), color-stop(53%,#ea3200), color-stop(81%,#d02e00), color-stop(100%,#c83001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb2f00 0%,#ed3101 3%,#ea3200 53%,#d02e00 81%,#c83001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb2f00 0%,#ed3101 3%,#ea3200 53%,#d02e00 81%,#c83001 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eb2f00 0%,#ed3101 3%,#ea3200 53%,#d02e00 81%,#c83001 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2f00', endColorstr='#c83001',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eb2f00 0%,#ed3101 3%,#ea3200 53%,#d02e00 81%,#c83001 100%); /* W3C */
	color: #fff;
}

div.login.button input[type=submit] {
	border: 1px solid #376f33;
background: #569b51; /* Old browsers */
background: -moz-linear-gradient(top, #569b51 0%, #488446 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569b51), color-stop(100%,#488446)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #569b51 0%,#488446 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #569b51 0%,#488446 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #569b51 0%,#488446 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569b51', endColorstr='#488446',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #569b51 0%,#488446 100%); /* W3C */
	color: #fff;
}

.normal-button.forgot {
	height: 28px;
}

div.forgot-password p {
	font-size: 14px;
	text-align: left;
	padding: 0 20px;
}

fieldset.forgot-inputs {
	border: none;
	text-align: center;
	padding-bottom: 17px;
}



p.testimonial {
	font-size: 12pt;
	font-style: italic;
	padding-left: 40px;
}

span.testimonial-from {
	display: block;
	font-weight: bold;
}
.form label {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
.youtube-video {
    margin-top: 20px;
}

/* SIGN UP */
div.container.signup {
    padding-top: 20px;
}
div.container.signup div.description p {
    font-size: 14px;
    padding: 2em 0 2em;
}
div.container.step2 div.description p {
    font-size: 14px;
    padding: 2em 0 0;
}
div.container.signup div.description p + p,
div.container.step2 div.description p + p {
    padding: 2em 0 2em;
}
div.container.signup div.date .day,
div.container.step2 div.date .day {
    font-size: 18px;
    font-style: italic;
    margin-top: 16px;
}
div.login-button.submit {
    padding-top: 30px;
}


/* TABLE ELEMENTS */
table td em {
    color: #909090;
    display: inline-block;
    margin-top: 6px;
}
.table {
    margin: 0 auto;
}
.table table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: none;
	border-radius: 10px;
}
.table a {
    color: #2d85cc;
    font-weight: normal;
    text-decoration: none;
}

.table.call-table table td {
	border: solid 1px #ddd;
    -khtml-box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.table table .table-header td, .table table .table-header th {
    height: 34px;
	color: #fff;
	background: #00696a;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: none;
    -khtml-box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
}
.table table .table-header th span {
    color: #fff !important;
}
.table table .table-header.no-radius th,
.table table .table-header.no-radius td {
    border-radius: none !important;
}

.table table .table-content tr:nth-child(even) td {
	background: #f0f0f0;
}

.table table .table-content td {
    border: solid 1px #eee;
    text-align: left;
    padding: 6px 12px;
}
.table.table-alt table .table-content tr td{
    text-align: left;
}
.table.table-alt table .table-content tr td:first-child {
    background: #f2f2f2;
    color: #777;
    text-align: right;
    font-weight: bold;
}
.table table .table-content tr:hover td {
    background: #def;
    cursor: default;
}

div.submit {
	padding: 0px 0px 24px 0px;
}

div.submit.left {
	float: none !important;
	margin: 0px;
}

div.submit input[type=submit], div.submit a.submit, div.submit input[type=button], div.submit input[type=reset] {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	border: 1px solid #909090;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	height: 36px;
	line-height: 36px;
	margin-left: 6px;
	padding: 0px 12px;
	text-align: center;
}

div.submit input[type=submit], div.submit a.submit {
	border: 1px solid #376f33;
	background: #569b51; /* Old browsers */
	background: -moz-linear-gradient(top, #569b51 0%, #488446 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569b51), color-stop(100%,#488446)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #569b51 0%,#488446 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #569b51 0%,#488446 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #569b51 0%,#488446 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569b51', endColorstr='#488446',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #569b51 0%,#488446 100%); /* W3C */
	color: #fff;
    text-decoration: none;
}

div.submit input:first-child {
	margin-left: 0px;
}

form .table table .table-content tr td {
	font-size: 18px;
}

form .table table .table-content tr td input[type=text], .table table .table-content tr td input[type=password], .table table .table-content tr td select {
	background: #fff url(../img/home-form-input-bg.gif) repeat-x;
	border: 1px solid #c0c0c0;
	font-size: 18px;
	width: 250px;
}


.form-bottom {
    background: #fff url(../img/bg-fading-down.gif) top repeat-x !important;
}
#pagination {
    clear: both;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 11px;
    color: #666;
}
#pages {
    float: left;
    width: 220px;
    text-align: left;
}
#showing {
    float: left;
    text-align: center;
}
#go-to {
    float: right;
    width: 120px;
    text-align: right;
    font-weight: bold;
}

/* LOGIN */
.login h2,
.login h2 a {
    color: #066;
    padding: 20px 0;
}
h2.signup2 {
    padding: 0 0 10px;
    font-size: 26px;
    text-align: center;
    margin-top: -10px;
}

/* CLICK TIP */

#floater {
	display: none;
	width: 250px;
	height: 170px;
	border-radius: 15px;
	border: solid 1px #fff;
	background: #ffffd6;
	padding: 10px;
	position: absolute;
	box-shadow: 0 0 30px #999;
	z-index: 2;
	text-align: left;
}
#disclaimer-text-box {
	width: 250px !important;
}
#floater-close {
	position: absolute; 
	text-align: left;
}
#floater-close img {
	position: absolute;
	z-index: 10;
	left: -16px;
	top: -16px;
	cursor: pointer;
}
#floater-tip {
	position: relative;
}
#float-tool {
    margin: 0 auto;
    text-align: center; 
}
#float-tool div {
    padding: 5px 5px 0 !important;
    margin: 0 !important;
}
#floater-tip {
    padding: 0 !important;
}
/*
#floater-tip img {
	position: absolute;
	z-index: 1;
	top: 170px;
	left: 118px;
}
*/
#floater-tip img {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 110px;
}
#disclaimer-text-flow {
	overflow: auto;
	height: 150px;
	padding: 10px;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

div.editor {
	position: relative;
	margin: 0px;
	padding: 0px;
}

div.editor a.editor-icon {
	left: -54px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
}