#mainjn
{
	margin: 2px;
	margin-right: 5px;
	background-color: white; 
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
	border: 1px solid #e2e1e0;
	
	overflow: hidden;
}

#joinbuts
{
	margin: 9px;
	margin-bottom: 14px;
	margin-left: 32px;
	
	background: url('/static/images/join/joinbuts.png') no-repeat;
	height: 71px;
}

#joinbuts2
{
	margin-top: 12px;
	background: url('/static/images/join/joinbuts2.png') no-repeat;
	
	width: 752px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
}

#joinbuts div, #joinbuts2 div
{
	cursor: pointer;
	float: left;
	height: 79%;
	margin-top: 5px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#joinbuts .s, #joinbuts2 .s
{
	cursor: auto;
}

.module-box
{
	margin-top: 0px;
	font-family: Arial, sans-serif;
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.module-box .right
{
	visibility: hidden;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	opacity: 0;
}

.module-box.open .right
{
	visibility: visible;
	opacity: 1.0;
}

.module-header
{
	background: url('/static/images/join/wmodbg.png') repeat-x;
	margin-left: 0;
	width: 858px;
}

.module-title a
{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.module-header .right div
{
	float: right;
	color: #555555;
	width: 128px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

.module-header .right div:first-child, .module-content td:last-child
{
	margin-right: 10px;
}

.module-content table
{
	width: 100%;
}

.module-content
{
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	background: url('/static/images/join/plansbg.png') repeat-y;
}

.module-content td
{
	width: 128px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.module-content td[colspan]
{
	background: url('/static/images/join/dot.png') repeat-x -24px;
	padding-top: 4px;
	width:auto;
}

.module-content td:first-child
{
	font-size: 14px;
	padding-left: 57px;
	color: #666666;
	width: 322px;
}

.module-content tr:nth-child(even)
{
	background: url('/static/images/join/hlight.png');
	background: rgba(0,0,0,0.05);
}

.module-content tr.e td
{
	padding-top: 10px;
	background: #FFFFFF;
}

.module-content tr.ee, .module-content tr.e
{
	background: none;
}

.module-content tr.ee td
{
	padding-top:5px;
	background: none;
}

.module-content td.ir
{
	font-style: italic;
	color: #9d3b3b;
}

h4 a:hover,h2 a:hover{
    color:#000;
}

#subscribe-title {
	width: 100%;
}
#subscribe-title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#subscribe-title h1 {
	font-size: 28px;
	float: left;
	line-height: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#subscribe-title p {
	margin: 0 30px;
	font-size: 13px;
	padding: 20px 0 10px;
}
#subscribe-title a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 100;
}
#welcome-msg {
	background: #848484;
	width: 881px;
	padding: 10px;
	padding-left: 16px;
	margin: 10px 0 20px;
	clear: both;
	position: relative;
	left: -13px;
}
#welcome-msg p {
	font-size: 18px;
	line-height: 30px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

.subscribe-module {
	background: #fff;
	width: 811px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 25px;
	font-size: 14px;
}
.subscribe-module h2 {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	margin: 0 0 30px;
	padding: 0;
	font-weight: bold;
}
.subscribe-module h3 {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
}
.subscribe-module span {
	font-size: 22px;
}
.subscribe-module div {
	margin: 10px 0;
}
.subscribe-module label {
	width: 100px;
	margin: 0 0 0 50px;
	font-size: 14px;
	display: inline-block;
}
.subscribe-module label span {
	font-size: 12px;
}
.subscribe-module div.text-input input  {
	background: #fff;
	width:  282px; height: 40px;
	font-size: 18px;
	padding: 0 6px;
	margin: 0 10px 0 20px;
	border: 1px solid #ceccca;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 40px;
	display: inline-block;
}

.subscribe-module div.text-input textarea {
	background: #fff;
	width:  282px; height: 140px;
	font-size: 13px;
	padding: 0 6px;
	margin: 0 10px 0 20px;
	border: 1px solid #ceccca;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 40px;
	display: inline-block;
	float:left;
}

#message_label{
    margin-top:60px;
    float:left;
}

.subscribe-module div.explanation {
	background: #efd094;
	width:  262px; height: 40px;
	font-size: 13px;
	padding: 0 6px 0 20px;
	margin: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 43px;
	border: 1px solid #efd094;
	display: inline-block;
	text-transform: uppercase;
}

.subscribe-module div.note-error{
	background: #eda3a4;
	border: 1px solid #eda3a4;
}

.subscribe-module em {
	font-style: italic;
	font-size: 12px;
}
.subscribe-module p a {
	text-decoration: underline;
}

.subscribe-module .remember-me-container{
    margin-left:175px;
}

.subscribe-module .remember-me-container label{
    width:270px;
    margin-left:15px;
}

.subscribe-module #subscribe-submit{
    margin-left:175px;
}

.sign-up-box{
    float:left;
    width:209px;
    height:480px;
    margin-left:8px;
    position:relative;
    display: block;
}

a.plan.active div{
	-moz-box-shadow: 0 0 10px #e8ba54;
	-webkit-box-shadow: 0 0 10px #e8ba54;
	-o-box-shadow: 0 0 10px #e8ba54;
	box-shadow: 0 0 10px #e8ba54;
}

a.plan
{
	color: #0e0e0e;
	text-align: center;
}

a.plan div
{
		-webkit-transition: .25s all;
	-moz-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
	text-align: center;
}

a.plan div:after
{
	-webkit-transition: 1.5s all;
	-moz-transition: 1.5s all;
	-o-transition: 1.5s all;
	transition: 1.5s all;
	opacity: 0;
	content: "Change Plan";
	position: relative;
	top: 60px;
}

a.plan:hover div
{
		-moz-box-shadow: 0 0 15px #e8ba54;
	-webkit-box-shadow: 0 0 15px #e8ba54;
	-o-box-shadow: 0 0 15px #e8ba54;
	box-shadow: 0 0 15px #e8ba54;
}


a.plan:hover div:after
{
	opacity: 0.5;
}

a.plan.active div:after{
	content: "Current Plan";
	position: relative;
	top: 60px;
	opacity: 1.0;
	text-align: center;
}


.sign-up-box input{
    top:430px;
    left:26px;
    position:absolute;
    width:153px;
    height:34px;
}

.sign-up-box a div{
    top:430px;
    left:26px;
    position:absolute;
    width:153px;
    height:26px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#basic{
    background: url('/static/images/subscription/basic-back.png') no-repeat center center;
    margin-left:11px;
}

#basic-button{
    background: url('/static/images/subscription/basic-button.png') no-repeat center center; 
}

#pro{
    background: url('/static/images/subscription/professional-back.png') no-repeat center center;
}

#pro-button{
    background: url('/static/images/subscription/pro-button.png') no-repeat center center; 
}

#proplus{
    background: url('/static/images/subscription/proplus-back.png') no-repeat center center;
}

#proplus-button{
    background: url('/static/images/subscription/proplus-button.png') no-repeat center center; 
}

#corporate{
    background: url('/static/images/subscription/corporate-back.png') no-repeat center center;
}

#corporate-button{
    background: url('/static/images/subscription/corporate-button.png') no-repeat center center; 
}

#quote{
    margin:auto;
    margin-top:18px;
    margin-bottom:24px;
    font-size:21px;
    line-height:35px;
    text-align:center;
    font-style:italic;
    width:780px;
}

#quote em{
    font-size:18px;
    font-style:italic;
}

#lock-icon{
    float:left;
    width:120px;
    height:146px;
    margin-top:0px;
    margin-right:20px;
}

h2.large{
    font-size:25px;
}




#subscribe-agreement {
	width: 682px; height: 292px;
	border: 1px solid #828282;
	margin: 0 auto;
	overflow:auto;
	font-size: 13px;
}
#subscribe-agreement ul.list-disc {
	padding: 0 10px;
}
#subscribe-agreement p {
	padding: 0 5px;
	margin: 10px 0;
}
#subscribe-agreement strong {
	font-weight: bold;
}
#subscribe-acceptance {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#subscribe-acceptance input {
	width: 15px; height: 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	display: inline-block;
}
#subscribe-acceptance p {
	margin: 10px 0;
}
#subscribe-acceptance input#subscribe-submit {
	width: 175px;
	height: 34px;
	margin: 20px auto;
	display: block;
}
#subscribe-acceptance label {
	width: auto; height: auto;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
.confirmation-module {
	background: #fff;
	width: 811px;
	margin: 60px 10px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 25px;
}
.confirmation-email {
	background: url('/images/join/confirmation-email-icon.png') no-repeat center center;
	width: 125px; height: 176px;
	position: absolute;
	margin: -65px 0 0 20px;
}
.confirmation-message {
	width: 600px;
	padding: 0 10px;
}
.confirmation-message p {
	color: #5c5b59;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
	clear: both;
}
.confirmation-message p strong {
	font-weight: bold;
	margin-top: 40px;
	display: block;
}
.confirmation-message p em {
	font-style: italic;
	font-size: 13px;
}
.confirmation-message p a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.confirmation-message p a:hover {
	color: #848484;
}
.confirmation-message:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.welcome-message h3 {
	font-size: 18px;
	font-weight: bold;
}
#welcome-msg a {
	text-decoration: underline;
}
#welcome-msg a:hover {
	color: #999999;
}
.welcome-message .drkyellow {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.t-align-left {
	text-align: left !important;
}

.planstxt
{
	height: 32px;
}

.planstxt .active
{
	background: rgba(232,185,82,0.3);
	padding-top: 10px;
	position: relative;
	top: -10px;
	height: 1000px;
}

.module-box
{
	overflow: hidden;
}