@charset "utf-8";
/* Signup Styles */
.sub-plans {
	margin: 20px 0 20px;
	padding: 0;
	font-size: 12px;
	width:100%;
	color: #4B4B4B;
}

.sub-plans th {
	margin: 0;
	text-align: left;
	font-weight: normal;
	color: #00AEEF;
	border-right: 1px solid #C4DF9B;
}

.help-box {
	margin:0 10px 0 0;
	display: block; 
	position: relative;
	padding: 5px 30px 0 0;
	line-height:20px;
	vertical-align: middle;
	background-image: url('../images/help-inactive.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.help-box.hover {
	background-image: url('../images/help.gif');
}

.toolbox  {
	position: absolute;
	width: 289px;
	padding: 0 0 5px 0;
	margin: 0 0 0 340px;
	background: url(../images/toolbox-footer.png) bottom no-repeat;
	display: none;
	z-index: 1000;
}

.toolbox  h3 {
	width: 229px;
	height: 40px;
	padding: 0 20px 0 40px;
	float: left;
	background: url(../images/toolbox-header.png) top no-repeat;
	color: #00AEEF;
	line-height: 40px;
}

.toolbox  small {
	width: 229px;
	padding: 0 20px 20px 40px;
	float: left;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/toolbox-background.png) repeat-y;
	color: #A7A7A7;
}

.sub-plans th img {
	position:absolute;
	right: 0;
	top:0;
}

.sub-plans td {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	background: #fff;
	border-right: 1px solid #C4DF9B;
	border-bottom: 1px solid #C4DF9B;
}
.sub-plans .plans td {
	padding: 12px 5px;
	line-height: 18px;
	background: #F2F2F2;
	border: 1px solid #C4DF9B;
	border-width: 1px 1px 1px 0px;
}
.sub-plans .plans h3 {
	margin: 0 0 .25em;
	font-size: 15px;
}
.sub-plans .plans span {
	color: #00AEEF;
	font-weight: bold;
}
.sub-plans .strong td {
	font-size: 18px;
	font-weight: bold;
}

#signup {
	position:relative;
	width: 100%;
	display:table;
	color: #4B4B4B;
}
#signup form{
	position:relative;
	width: 100%;
}
.hidden {
	display:none !important;
}
.row {
	display:block;
	clear:both;
}
#signup label, #signup .sl {
	display:block;
	width:38%;
	float:left;
	color: #00AEEF;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font: 15px/1.2em "Lucida Sans Unicode", Verdana, Sans-serif !important;

}

#signup input {
	display:block;
	width: 60.2%;
	float:right;
	border: 2px solid #B0E5FA;
	padding: 5px 5px;
	margin: 0 0 10px 0;
	font: 15px/1.2em "Lucida Sans Unicode", Verdana, Sans-serif !important;
}

#signup textarea {
	display:block;
	width: 60.2%;
	float:right;
	border: 2px solid #B0E5FA;
	padding: 5px 5px;
	margin: 0 0 10px 0;
	font: 15px/1.2em "Lucida Sans Unicode", Verdana, Sans-serif !important;
}

#signup .sr {
	font-size: 15px !important;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#signup .checkbox_r {
	display:block;
	width:60%;
	float:right;
	padding: 5px 5px;
	margin: 0 0 10px 0;
	font: 15px/1.2em "Lucida Sans Unicode", Verdana, Sans-serif !important;
	color: #00AEEF;
}

.error-message {
	color: #ED1C24;
	margin: 20px 0 30px 0;
}

#signup input.error, #signup select.error, #signup textarea.error {
	border: 2px solid #ED1C24;
}


#smessage {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10000;
	display: none;
}

.smessage, .smessage-remove, .smessage-confirm, .smessage-info, .smessage-info-no-background {
	position: fixed;
	top: 250px;
	left: 50%;
	width: 504px;
	margin-top: -66px;
	margin-left: -252px;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	z-index: 10001;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	display: none;
}

.smessage .top, .smessage-remove .top, .smessage-confirm .top, .smessage-info .top, .smessage-info-no-background .top {
	width: 504px;
	height: 11px;
	float: left;
	background: url(../images/sm-top.png) no-repeat;
	overflow: hidden;
}

.smessage .content, .smessage-remove .content, .smessage-confirm .content, .smessage-info .content, .smessage-info-no-background .content {
	width: 474px;
	padding: 4px 15px;
	float: left;
	background: url(../images/sm-background.png) bottom no-repeat;
}

.smessage h6, .smessage-remove h6, .smessage-confirm h6, .smessage-info h6, .smessage-info-no-background h6 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #578626;
	font-weight: bold
}

.smessage label, .smessage-remove label, .smessage-confirm label, .smessage-info label, .smessage-info-no-background label {
	position: relative;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	float: left;
}

.smessage .space, .smessage-remove .space, .smessage-confirm .space, .smessage-info .space, .smessage-info-no-background .space {
	width: 100%;
	height: 5px;
	float: left;
}

.smessage input, .smessage select, .smessage-info select, .smessage-info-no-background select {
	position: relative;
	width: 300px;
	height: 20px;
	margin-left: 30px;
	padding: 2px;
	float: right;
	color: #4B4B4B;
	border: 1px solid #8ACFEC;
	}

.smessage select {
	width: 306px;
	height: 24px;
	}
	
.smessage input.close-button, .smessage-remove input.close-button, .smessage-confirm input.close-button, .smessage-info input.close-button, .smessage-info-no-background input.close-button {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 100px;
	margin-top: 10px;
	float: left;
	border: none;
	padding: 0;
}

.smessage-info input.close-button, .smessage-info-no-background input.close-button {
	margin-left: 170px;
}

.smessage input.close-submit, .smessage-remove input.close-submit, .smessage-confirm input.close-submit {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	border: none;
	padding: 0;
}
