/* pricing 1
----------------------------------------------------------- */

.pricing {
	display: table;
	margin: 0 0 20px 0;
	width: 100%;
	background: #f6f6f6;
	border-radius: 10px;
}

.pricing-plan {
	display: table-cell;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.pricing-plan:hover {
	text-decoration: none;
	color: #000;
}

.pricing-plan-one:hover {
	background: #f1f1f1;
	border-radius: 10px 0 0 10px;
}

.pricing-plan-two:hover {
	background: #eaece5;
}

.pricing-plan-three {
	width: 46%;
}

.pricing-plan-three:hover {
	background: #dfecf1;
	border-radius: 0 10px 10px 0;
}

.pricing-plan .plan {
	padding: 10px;
	height: 80px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.pricing-plan-one .plan {
	border-radius: 10px 0 0 0;
	background: #ddd;
}

.pricing-plan-two {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.pricing-plan-two .plan {
	color: #fff;
	background: #8d9f5c;
	margin: 0 -1px;
}

.pricing-plan-three .plan {
	color: #fff;
	border-radius: 0 10px 0 0;
	background: #26718f;
}

.icon-plans {
	display: block;
	margin: 0 auto 10px auto;
	width: 48px;
	height: 48px;
	background: url(../i/ico-plans.png) no-repeat;
}

.icon-plan-two {
	background-position: 0 -48px;
}

.icon-plan-three {
	background-position: 0 -96px;
}

.pricing .plan sup {
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.pricing .price-split {
	display: table;
	width: 100%;
	margin: 20px 0 0 0;
	height: 110px;
}

.pricing .price-split .split {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.pricing .price-split .split:last-child {
	border-left: solid 1px #ddd;
}

.pricing .price-split .split .price {
	font-size: 55px;
	line-height: 45px;
}

.pricing .price {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 92px;
	line-height: 82px;
	color: #666;
	text-shadow: 1px 1px #f9f9f9;
}

.pricing .price sup {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: -18px;
}

.pricing .price small {
	font-size: 55px;
	line-height: 45px;
}

.pricing-plan-two .price {
	color: #8d9f5c;
}

.pricing-plan-three .price {
	color: #26718f;
}

.pricing .period {
	margin: 10px 0 0 0;
	color: #888;
	font-size: 14px;
}

.pricing .description {
	margin: 22px;
	padding: 22px 0;
	font-size: 13px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pricing ul.checks {
	padding: 0 22px 16px 22px;
}

.pricing ul.checks li {
	position: relative;
	padding: 0 0 5px 26px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #666;
}

.pricing ul.checks li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(../i/ico-tick.png) no-repeat;
}

/* pricing 2
----------------------------------------------------------- */

.pricingtwo {
	margin: 0 0 20px 0;
	height: 460px;
}

.pricingtwo > div {
	float: left;
	display: inline-block;
	position: relative;
	width: 300px;
	height: 420px;
	background: #f9f9f9;
	border: solid 1px #999;
	border-radius: 5px;
	box-shadow: 0 0 10px #ddd;
}

.pricingtwo > div:first-child {
	margin: 0 32px 0 0;
}

.pricingtwo > div:last-child {
	float: right;
}

.pricingtwo h2 {
	padding: 25px 0;
	margin: 0 30px 30px 30px;
	font-weight: 400;
	font-size: 37px;
	font-family: 'Cuprum';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 1px 1px #fff;
	color: #666;
	border-bottom: dashed 2px #ccc;
}

.pricingtwo ul {
	padding: 0 30px;
	height: 140px;
}

.pricingtwo li {
	position: relative;
	padding: 0 0 12px 26px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #666;
}

.pricingtwo li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(../i/ico-success.gif) no-repeat;
}

.pricingtwo p {
	padding: 0 30px;
	height: 60px;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Cuprum';
	color: #444;
}

.pricingtwo p span {
	display: inline-block;
}

.pricingtwo p span span:last-child {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: dashed 1px #ccc;
}

.pricingtwo p b {
	font-size: 28px;
	color: #8d9f5c;
}

.pricingtwo p img {
	margin: 8px 0 0 8px;
	vertical-align: top;
}

.pricingtwo a {
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 35px;
	padding: 15px 0;
	text-align: center;
	background: #ededed url(../i/bu-silver.gif) repeat-x;
	border: solid 1px #bbb;
	border-radius: 2px;
}

.pricingtwo a span {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 82%;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #26718f;
	border: solid 1px #1f5368;
	border-radius: 3px;
	cursor: pointer;
}

.pricingtwo footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 13px;
	text-align: center;
	color: #999;
}

/* pricing 3
----------------------------------------------------------- */

#month-plans {
	width: 100%;
	color: #666;
	padding: 0;
	margin: 2em 0 2em 0;
	border: 0;
	border-collapse: collapse;
}

#month-plans,
#month-plans tr,
#month-plans th,
#month-plans td { /* Resets */
	padding: 0;
	border: 0;
}

#month-plans td {
	text-align: center;
	vertical-align: middle;
}
		
#month-plan-headings {
	background-color: #000;
	height: 2.25em;
}

.month-plan-name {
	font-size: 1.25em;
	font-weight: bold;
	font-family: 'Cuprum';
	text-shadow: 0px 1px #000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	position: relative;
}

.month-plan-name-unit { /* Plan name wrapper */
	position: relative;
	display: inline-block;
}

.month-plan-feature { /* TR */
	background-color: #e1eef4;
	height: 2.25em;
}

.month-plan-on { /* Alternating "on" rows */
	background-color: #f1f8fb;
}

.month-feature-name { /* TD */
	position: relative;
}

.month-feature-wrap { /* Wrapper div */
	position: absolute;
	width: 200px;
}

.month-feature-label:hover {
	color: #434343;
	border-color: #434343;
}
			
.month-plan-size { /* Plan bandwidth */
	font-size: 1.75em;
	font-weight: bold;
	color: #444;
	display: inline;
	margin: 0;
	padding: 0;
}

.month-plan-rate { /* "GB" */
	font-size: .75em;
}
				
#month-plans .month-feature-name {
	text-align: right;
	width: 215px;
	padding-right: 30px;
}
			
.month-plan-main {
	color: #333;
	background-color: #c6e9f8;
	width: 245px;
}
			
th.month-plan-main { /* Main Plan Table Header */
	font-size: 1.6em;
	color: #fff;
	position: absolute;
	height: auto;
	background-color: transparent;
}

.month-plan-main-name { /* Main Plan name wrapper */
	background-color: #6aa5bc;
	display: inline-block;
	width: 245px;
	position: relative;
	top: -.7em;
	padding: .75em 0 .25em 0;
	border-radius: 4px 4px 0 0;
}

.month-plan-on .month-plan-main {
	background-color: #d4f0fb;
}
				
.month-plan-main .month-plan-size { /* Bandwidth */
	color: #666;
}

.month-plan-main .month-plan-rate { /* GB Subtext */
	display: inline-block;
	position: relative;
	bottom: 1ex;
}
	
#month-plan-pricing .month-plan-main { /* Price TD */
	background-color: #6aa5bc;
}

.month-plan-main .month-plan-price-old { /* Old price */
	color: #FFF;
	#display: inline-block;
}

.month-plan-main .month-plan-price-box { /* Main price box */
	display: inline-block;
	#margin: 0;
	#padding: 0;
}

.month-plan-main .month-plan-price { /* Price */
	font-size: 2.25em;
	color: #FFF;
	margin-bottom: .2em;
}

.month-plan-main .month-plan-price-rate { /* Price rate */
	padding: 0 0 .5em 0;
}
	
#month-plan-selection td.month-plan-main {
	background-color: transparent;
	position: absolute;
}

#plan-select-main-wrapper {
	background-color: #6aa5bc;
	display: inline-block;
	width: 245px;
	border-radius: 0 0 4px 4px;
	position: relative;
	padding: 0 0 1em 0;
}
			
#plan-select-main-wrapper-first {
	background-color: #6aa5bc;
	display: inline-block;
	width: 245px;
	padding: 1em 0;
}
			
.plan-select-main {
	font-size: 1.5em;
	font-weight: bold;
	color: #26718f;
	text-shadow: 0 1px rgba(0,0,0,.25);
	background-color: #FFF;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.3,#FFF),
			color-stop(0.8,#DDD));
	border: 0;
	padding: .25em .5em .25em .5em;
	cursor: pointer;
	border-radius: 4px;
}

.plan-select-main:hover {
	color: #FFF;
	background-color: #6f8e24;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.3,#6f8e24),
			color-stop(0.8,#485E17));
	background-image:
		-moz-linear-gradient(
			center bottom,
			#485E17 30%,
			#6f8e24 80%
		);
}

.plan-select-main:active {
	color: #FFF;
	background-color: #485E17;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.3,#485E17),
			color-stop(0.8,#6f8e24));
	background-image:
		-moz-linear-gradient(
			center bottom,
			#6f8e24 30%,
			#485E17 80%
		);
}

#month-plans input.bu-silver-big {
	float: none;
	margin: 0 auto;
}

#month-plan-pricing td {
	position: relative;
}

.month-plan-price-box {
	display: block;
	width: 100%;
	margin: .7em 0;
}

.month-plan-price {
	font-size: 2em;
	font-weight: bold;
	color: #02629B;
	display: block;
	margin: 0 0 .25em 0;
}

.month-plan-price-rate {
	font-size: .75em;
	text-transform: uppercase;
	display: block;
}

.month-plan-price-box .split {
	display: inline-block;
	width: 46%;
	text-align: center;
}

.month-plan-price-box .split:last-child {
	border-left: solid 1px #26718f;
}

.month-plan-price-box .split .month-plan-price {
	font-size: 1.75em;
}

/* payment 1
----------------------------------------------------------- */

#page {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 660px;
	text-align: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #000, 0 2px 4px 0 #000;
}

#page #header {
	padding: 20px 10px;
	height: 52px;
}

#page #header .logo a {
	display: block;
	width: 300px;
	height: 52px;
	text-indent: -100em;
	overflow: hidden;
	background: url(../i/logopv.png) no-repeat;
}

#page-context {
	padding: 20px 25px;
	background: #222;
}

#page-context .page-title {
	padding: 0;
	font-weight: 400;
	font-size: 26px;
	font-family: 'Cuprum';
	color: #fff;
}

.pod {
	padding: 20px 25px;
}

.pod p {
	padding: 0 0 11px 0;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

.pod p strong {
	color: #338bae;
}

.pod p.hr {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #ddd;
}

.pod-footer {
	margin: 20px -25px -20px -25px;
	padding: 15px 25px;
	min-height: 35px;
	background: #f9f9f8;
	border-radius: 0px 0px 10px 10px;
	border-top: solid 1px #ddd;
}

.pod-footer .fine-print {
	margin: 3px 300px 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

.pod-footer .fine-print .col label {
	font-size: 11px;
}

.pull-right {
	float: right;
}

.pod h3,
.pod label {
	display: block;
	padding: 0 0 10px 0 !important;
	font-weight: normal;
	font-size: 14px;
	color: #222;
}

.pod .col label {
	display: inline;
	padding: 0;
	font-size: 13px;
	color: #666;
}

.pod input[type="text"],
.pod input[type="password"],
.pod div.select {
	display: block;
	width: 93%;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	background: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.pod div.select select {
	border: 0 !important;
	width: 100%;
	font-size: 14px;
	color: #666;
}

.pod .row {
	display: table;
	margin: 0 0 20px 0;
	width: 100%;
}

.pod .row .control {
	display: table-cell;
	width: 50%;
}

.pod .row .control:last-child {
	padding: 0 0 0 20px;
}

.pod .row .control-input label {
	display: none;
}

.pod .row .cell {
	display: block;
	width: 100%;
}

.pod .row .cell .select {
	display: inline-block;
	width: 24%;
}

.pod .row .cell .select:first-child {
	margin: 0 10px 0 0;
}

.pod .row .cell .select:last-child {
	float: right;
}

.pod .row .cell {
	display: table;
}

.pod .row .cell .col {
	display: inline-block;
	padding: 0 20px 0 0;
}

/* payment 2
----------------------------------------------------------- */

#signup_form {
	margin: 20px 0 0 0;
	background: #f0f1ed;
}

#signup_form fieldset {
	padding: 30px 0 10px 0;
}

#signup_form h2 {
	margin: 0 30px 30px 30px;
	padding: 0;
	height: 26px;
	line-height: 26px;
	font-weight: 400;
	font-size: 26px;
	font-family: 'Cuprum';
	text-transform: uppercase;
	color: #8d9f5c;
}

#signup_form .sf1,
#signup_form .sf2 {
	border-bottom: dotted 1px #b0bb9f;
}

#signup_form h2:before {
	display: inline;
	padding: 4px 12px;
	font-size: 18px;
	vertical-align: top;
	color: #fff;
	background: #8d9f5c;
	border-radius: 26px;
}

#signup_form .sf1 h2:before {
	content: "1";
}

#signup_form .sf2 h2:before {
	content: "2";
}

#signup_form .sf3 h2:before {
	content: "3";
}

#signup_form .sf4 h2:before {
	content: "4";
}

#signup_form p.reg {
	margin: 0 30px 20px 30px;
	padding: 0;
	font-size: 13px;
}

#signup_form dl {
	float: left;
	clear: both;
	width: 100%;
}

#signup_form dt,
#signup_form dd {
	float: left;
	padding-bottom: 20px;
	width: 40%;
	font-size: 13px;
	vertical-align: middle;
}

#signup_form dt {
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
}

#signup_form dt label {
	display: inline-block;
	margin: 5px 0 0 0;
}

#signup_form dd label {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 13px;
}

#signup_form .select,
#signup_form input[type="text"],
#signup_form input[type="password"] {
	padding: 5px;
	width: 80%;
	background: #fff;
	border: solid 1px #999;
}

#signup_form .cell .select {
	display: inline-block;
	width: 24%;
}

#signup_form .cell .select:nth-child(even) {
	margin: 0 3px;
}

#signup_form .select select {
	width: 100%;
	background: #fff;
	border: none;
}

#signup_form fieldset.signup_plan {
	padding: 15px 0 0 0;
	color: #ccc;
	background: #222;
}

#signup_form fieldset.signup_plan strong {
	color: #ef4646;
}

#signup_form footer {
	position: relative;
	padding: 20px;
}

#signup_form button {
	margin: 0 0 0 41.6%;
	padding: 7px 18px;
	font-size: 13px;
	vertical-align: top;
	color: #fff;
	background: #8d9f5c;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

#signup_form footer p {
	padding: 10px 0 0 0;
	margin: 0 0 0 41.6%;
	font-size: 11px;
	color: #666;
}

/* Payment 3
----------------------------------------------------------- */

#popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -276px 0 0 -338px;
	width: 673px;
	text-align: left;
	background: #fff;
	border: 1px solid #05171e;
	border-radius: 5px;
	box-shadow: 1px 2px 4px 1px #05171e;
}

#popup,
#popup .popup-body,
#popup .popup-side {
	height: 550px;
}

#popup.reg {
	margin-top: -182px;
}

#popup.reg,
#popup .popup-body.reg,
#popup .popup-side.reg {
	height: 360px;
}

#popup .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 29px;
	text-indent: -999em;
	background: #f7f7f7 url(../i/ico-cross.png) center center no-repeat;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #e3e3e3;
	border-radius: 0 5px 0 0;
}

#popup h2,
#popup h3 {
	font-weight: 400;
	font-family: 'Cuprum';
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #444;
}

#popup .popup-body {
	position: absolute;
	left: 30px;
	top: 0;
	width: 65%;
	border-right: solid 1px #999;
}

#popup .popup-body h2 {
	padding: 30px 0 20px 0;
	font-size: 40px;
}

#popup .popup-body p.reg {
	padding: 0 0 1em 0;
	font-size: 13px;
}

#popup .popup-body .row {
	display: table;
	width: 100%;
	padding: 0 0 8px 0;
}

#popup .popup-body .row .control {
	display: table-cell;
	width: 50%;
}

#popup .popup-body .control-payent {
	padding: 0 0 20px 0;
}

#popup .popup-body .row .select,
#popup .popup-body .row input[type="text"],
#popup .popup-body .row input[type="password"] {
	padding: 8px 5px;
	width: 80%;
	font-size: 13px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
}

#popup .popup-body .row .select select {
	width: 100%;
	font-size: 13px;
	border: 0;
}

#popup .popup-body .row label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #666;
}

#popup .popup-body .control-input label {
	display: none;
}

#popup .popup-body .cell .select,
#popup .popup-body .cell .col {
	display: inline-block;
}

#popup .popup-body .cell .select {
	width: 21%;
}

#popup .popup-body .cell .select:nth-child(even) {
	margin: 0 5px;
}

#popup .popup-body .cell label {
	display: inline;
	margin: 0 20px 0 0;
}

#popup .popup-body form .submit {
	float: right;
	margin: 20px 35px 0 0;
}

#popup .popup-side {
	position: absolute;
	right: 20px;
	top: 0;
	width: 26%;
}

#popup .popup-side h3 {
	margin: 0 0 20px 0;
	padding: 20px 10px 10px 10px;
	font-size: 30px;
	border-bottom: dashed 2px #999;
}

#popup .popup-side ul {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#popup .popup-side li {
	position: relative;
	padding: 0 0 6px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

#popup .popup-side li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(../i/ico-success.gif) no-repeat;
}

#popup .popup-side .free {
	position: absolute;
	left: -15px;
	right: -21px;
	bottom: 20px;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Cuprum';
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #26718f;
	background: #ededed;
	border: solid 1px #bbb;
	border-radius: 1px;
}

/* Payment 4
----------------------------------------------------------- */

.payment4 {
	position: relative;
	border: solid 1px #ddd;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
}

.payment4 .badge {
	position: absolute;
	top: -36px;
	right: -36px;
	width: 92px;
	height: 92px;
	background: url(../i/badge.png);
}

.payment4 .badge span {
	display: block;
	font-size: 17px;
	margin: 28px 0 0 28px;
	color: #fff;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}

.payment4 .column {
	display: table;
	width: 100%;
}

.payment4 .column-main,
.payment4 .column-side {
	display: table-cell;
	vertical-align: top;
}

.payment4 .column-side {
	padding: 35px 20px;
	width: 30%;
	border-left: solid 1px #ddd;
}

.payment4 fieldset {
	padding: 20px;
	border-bottom: solid 1px #ddd;
}

.payment4 fieldset:last-child {
	border: 0;
}

.payment4 h3 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
}

.payment4 h4 {
	padding: 0 0 1em 0;
	font-weight: bold;
	font-size: 20px;
}

.payment4 .number {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #a0bc61;
	border-radius: 15px;
}

.payment4 dl,
.payment4 p.reg {
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	width: 100%;
}

.payment4 dt,
.payment4 dd {
	float: left;
	padding-bottom: 20px;
	font-size: 14px;
}

.payment4 dt {
	width: 25%;
	font-weight: bold;
	text-align: right;
}

.payment4 dt label,
.payment4 dt strong {
	display: inline-block;
	margin-right: 20px;
}

.payment4 dt label {
	margin-top: 6px;
}

.payment4 dd {
	width: 60%;
}

.payment4 .select,
.payment4 input[type="text"],
.payment4 input[type="password"] {
	padding: 7px;
	width: 80%;
	font-size: 14px;
	border: solid 1px #ccc;
	border-radius: 3px;
}

.payment4 .select select {
	width: 100%;
	font-size: 14px;
	border: 0;
}

.payment4 .cell .select {
	display: inline-block;
	margin-left: 10px;
	width: 22%;
}

.payment4 .cell .select:first-child {
	margin: 0;
}

.payment4 .payment-details {
	border-top: solid 1px #ddd;
}

.payment4 .payment-details {
	display: table;
	padding: 20px 0;
	width: 100%;
}

.payment4 .payment-details .pd-left,
.payment4 .payment-details .pd-right {
	padding: 0 20px;
	display: table-cell;
}

.payment4 .payment-details .pd-right {
	font-size: 14px;
}

.payment4 .payment-details .balance .panel {
	text-align: center;
	border: solid 2px #bec99c;
	border-radius: 7px;
}

.payment4 .payment-details .balance strong {
	display: block;
	padding: 6px 0;
	font-weight: normal;
	font-size: 40px;
	color: #444;
	border-bottom: solid 1px #c4ccaa;
}

.payment4 .payment-details .balance span {
	display: block;
	padding: 8px 22px;
	font-size: 18px;
	white-space: nowrap;
	color: #b2b6a7;
}

.payment4 .payment-details .promotion-link {
	display: block;
	margin: 6px 0 0 0;
	font-size: 14px;
	text-align: center;
}

.payment4 footer {
	padding: 20px;
	background: #d7f1fb;
	border-radius: 0 0 10px 10px;
}

.payment4 footer .terms {
	margin: 0px 300px 0 0;
	font-size: 18px;
}

.payment4 footer input.btn {
	float: right;
	margin: -28px 0 0 0;
}

.payment4 .quotes {
	font-size: 16px;
}

.payment4 .quotes blockquote {
	padding: 0 0 .5em 0;
	font-style: italic;
	color: #888;
}

.payment4 .quotes blockquote:before {
	content: 'â€œ';
}

.payment4 .quotes blockquote:after {
	content: 'â€';
}

.payment4 .quotes em {
	display: block;
	padding: 0 0 2em 0;
	font-weight: bold;
	font-size: 14px;
	color: #888;
}

.payment4 .sugar {
	font-size: 18px;
}

.payment4 .sugar .big {
	font-weight: normal !important;
	font-size: 32px !important;
	color: #ef4646;
}

.payment4 .sugar .hghlt {
	color: #a0bc61;
}

/* Rules
----------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 7px 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	color: #fff;
	text-shadow: 0 1px 1px #729727;
	cursor: pointer;
	background-color: #8db63b;
	background-image: -moz-linear-gradient(top, #8db63b, #729727);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8db63b), to(#729727));
	background-image: -webkit-linear-gradient(top, #8db63b, #729727);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8db63b', endColorstr='#729727', GradientType=0);
	box-shadow: inset 0 1px 0 0 #a6c765, 0 0 0 1px #5c7a21, 0 1px 3px 0 #5c7a21;
}

.unameaval,
.passtrenght {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #888;
}

.unameaval .yes {
	color: green;
}

.unameaval .no {
	color: red;
}

.passtrenght {
	display: table;
}

.passtrenght > span {
	display: table-cell;
	vertical-align: middle;
}

.passtrenght .psrule {
	padding: 0 0 0 10px;
}

.passtrenght .psblue {
	display: block;
	width: 150px;
	height: 12px;
	background: #d3e1e5;
}

.passtrenght .psred {
	display: block;
	height: 12px;
	background: #008c46;
}

div .hint {
        z-index: 1000;
	display: none;
	position: absolute;
	right: -60%;
	width: 200px;
	margin-top: -4px;
	padding: 10px 12px;
	font-size: 11px;
	background: #fdfceb url(../i/ico-hint.gif) -100px -100px no-repeat;
	border: 1px solid #ccc;
}
	
div .hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(../i/ico-hint.gif) left top no-repeat;
}

/* Success
----------------------------------------------------------- */

.successful {
	margin: 0 0 1em 0;
	padding: 15px 15px 5px 40px;
	background: #dfffdf url(../i/ico-success.gif) 15px 15px no-repeat;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #ddd;
	
}

.successful p {
	padding: 0 0 10px 0;
	font-size: 11px;
}

/* Error
----------------------------------------------------------- */

.error {
	margin: 0 0 1em 0;
	padding: 15px 15px 5px 40px;
	background: #FCCAC3 url(../i/ico-error.png) 15px 15px no-repeat;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #ddd;
}

.error p {
	padding: 0 0 10px 0;
	font-size: 11px;
}

/* Warning
----------------------------------------------------------- */

.warning {
	margin: 0 0 1em 0;
	padding: 15px 15px 5px 40px;
	background: #ffffbf url(../i/ico-warning.gif) 15px 15px no-repeat;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #ddd;
}

.warning p {
	padding: 0 0 10px 0;
	font-size: 11px;
}

/* Info
----------------------------------------------------------- */

.infor {
	margin: 0 0 1em 0;
	padding: 15px 15px 5px 40px;
	background: #c6e8ff url(../i/ico-info.png) 15px 15px no-repeat;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #ddd;
}

.infor p {
	padding: 0 0 10px 0;
	font-size: 11px;
}