#band_form fieldset {
	border: none;
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
	padding: 0 6em;
	padding-bottom: 20px;
}

#band_form fieldset li {
	list-style: none;
	margin: 1px;
	margin-right: 0;
	padding: 0px 0px 0px 120px;
}

#band_form input[type='checkbox'] {
	margin-right: 0.6em;
}

#band_form label.label_long {
	display: inline;
	text-align: left;
}

#band_form input[type='text'], #band_form input[type='password'] {
	background: white;
	border: 1px solid;
	border-color: #777 #ccc #f0f0f0 #ccc;
	padding: 5px 2px 4px 2px;
	height: 16px;
	color: #777;
}

#band_form legend {
	padding: 42px 0px 14px 108px;
	font-family:Georgia,"Palatino",serif;
	font-size: 20px;
	display:block;
	height: 50px;
}

#band_form legend img {
	float: left;
}

#band_form legend span {
	float: left;
	padding: 14px 0px 0 14px;
}

#band_form li img {
	display: inline-block;
}

#band_form li label {
	display: inline-block;
	text-align: right;
	color: rgb(70, 69, 69);
	line-height: 45px;
	padding-right: 8px;
	width: 170px;
}

#band_form p, #band_form ol, #band_form div {
	clear: both;
}

#band_form p {
	color:#434D52;
	font-size:12px;
	padding:0 120px 0 120px;
}

#band_form #cc_cvv {
	width: 4em;
}

#band_form #input_wrapper {
	margin: auto;
	width: 866px;
}

#band_form #section_submit {
	background-color: #eee2f4;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 1px;
}

#band_form #section_submit fieldset {
	border: none;
	margin: 0;
	padding: 2em 6em 1.5em 6em;
	text-align: center;
}

#band_form .input_aligned {
	margin-left: 15em;
}

#band_form .error {
	color: #e7424e;
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	padding: 8px;
	vertical-align: middle;
	width: 192px;
}

#band_form .error img {
	margin-right: 0.5em;
	padding-bottom: 2px;
	vertical-align: middle;
}

#band_form .okay {
	color: #6ea851;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 8px;
	vertical-align: middle;
	width: 192px;	
}

#band_form .okay img {
	margin-right: 0.5em;
	padding-bottom: 2px;
	vertical-align: middle;
}

#band_form .terms_field_error .error {
	width: auto;
}

#band_form .terms_field_error {
	padding-top: 8px;
}

#band_form .field_error,
#band_form .terms_field_error {
	background: #ffdbdb none repeat scroll 0 0;
}

#band_form .field_okay {
	background: #e5f7dc none repeat scroll 0 0;
}

#band_form label span {
	color: #999;
	font-size: 10px;
}

#band_form p {
	margin-bottom: 2em;
	margin-top: 0;
}

#band_form #add_push {
	background-image: url(/img/public2/pushnotifications.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	position: relative;
}

#band_form #add_theme {
	background-image: url(/img/public2/customtheme.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	position: relative;
}

#band_form #add_android {
	background-image: url(/img/public3/androidupgrade.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	position: relative;
}

#band_form #add_iphone {
	background-image: url(/img/public3/iphoneupgrade.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	position: relative;
}

#band_form label.add a.nyroModal {
	right: 127px;
	top: 16px;
	position: absolute;
}

#band_form label img {
	left: 0;
	top: 0;
	position: absolute;
}

#band_form #add_push label {
	display: inline-block;
	height: 43px;
	padding-top: 25px;
	margin-bottom: -3px;
	margin-left: -20px;
	padding-left: 20px;
	width: 505px;
}

#band_form #add_theme label {
	display: inline-block;
	height: 43px;
	padding-top: 25px;
	margin-bottom: -3px;
	margin-left: -20px;
	padding-left: 20px;
	width: 505px;
}

#band_form #add_android label {
	display: inline-block;
	height: 43px;
	padding-top: 25px;
	margin-bottom: -3px;
	margin-left: -20px;
	padding-left: 20px;
	width: 505px;
}

#band_form #add_iphone label {
	display: inline-block;
	height: 43px;
	padding-top: 25px;
	margin-bottom: -3px;
	margin-left: -20px;
	padding-left: 20px;
	width: 505px;
}



/* -------- invoice summary ----------- */


#invoice table {

	empty-cells: show;
	width: 800px;
	margin: 2em auto;
	border: 1px solid #bdc5ce;
}

#invoice td {
	border: 1px solid #dfdfdf;
	padding: 0.5em;
}

#invoice th {
	border: 1px solid #dfdfdf;
	padding: 0.5em;
	font-family: Georgia;
	background: #ffffff;
	color: #8c8c8c;
	padding-left: 14px; padding-top: 13px; padding-bottom: 13px;
}



#invoice .invoice_amount, #invoice .invoice_total {
	text-align: right;
}


#invoice .invoice_quantity {
	width: 3em;
	padding-left: 14px;
	text-align: left;
}

#invoice .invoice_description {
	width: ;
	padding: 10px;
	padding-left: 20px;
}

#invoice .invoice_amount {
	width: 6em;
	padding-right: 20px;
}

#invoice .invoice_total {
	background: #ffffff;
	font-weight: bold;
}

#invoice .invoice_total_desc {
	text-align: left;
	padding-left: 74px;
}

#invoice #invoice_discount {
	font-style: italic;
	color: #44ac56;
}

#invoice #invoice_discount .invoice_amount {
	color: #44ac56;
}

#invoice #submit_button {
	background: #eee2f4;
	border-bottom: 1px solid #d4d4d4;
	margin: auto;
	padding: 20px 0 17px 0;
	text-align: center;
	width: 800px;
}

#invoice #submit_button img {
	margin: auto;
}

#invoice caption {
	margin: 1em auto 0 auto;
}

#invoice #payment_receipt th {
	text-align: right;
	vertical-align: top;
	width: 10em;
}
#invoice #payment_receipt ul {
	margin: 0;
}



/* -------- upsell section -------- */


#upsell_iphone {
	display: none;
}
#upsell_android {
	display: none;
}
#upsellwrap {
	background: #eaeaea;
	border: 1px solid #e6e6e6;
	margin-left: 120px;
	margin-right: -120px;
	padding: 20px 18px;
	width: 582px;
}
#upsellwrap #lastbox {
	margin-bottom: -25px;
}
#upsellwrap .productbox {
	background: #101010;
	margin-bottom: 25px;
	padding: 20px 25px 25px 25px;
	position: relative;
	width: 532px;
	-moz-box-shadow: 1px 3px 8px #888;
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
}
#upsellwrap .upsell {
	padding-top: 6px;
}
#upsellwrap .upsell label {
	color: white;
	display: block;
	font-family: 'Arial Black', 'Arial', sans-serif;
	font-size: 15px;
	height: 67px;
	line-height: 67px;
	margin: 2px 0;
	position: relative;
	width: 534px;
}
#upsellwrap .upsell label input {
	margin-left: 18px;
	margin-right: 10px;
}
#upsellwrap .upsell label span {
	color: white;
	font-family: Georgia, serif;
	font-size: 15px;
}
#upsellwrap .upsell label strong {
	margin-left: 1em;
	margin-right: .5em;
}
#upsellwrap .upsell label span strike {
	color: #007ea3;
	margin-right: .75em;
}
#upsellwrap .upsell label a {
	position: absolute;
	right: 46px;
	top: 17px;
}
#upsellwrap .upsell label a img {
	border: 0;
}
#upsellwrap .upush {
	background: url(/img/public3/signup/push_gradient.jpg);
}
#upsellwrap .utheme {
	background: url(/img/public3/signup/theme_gradient.jpg);
}
#upsellwrap .productbox table {
	color: white;
	font: 16px Georgia, serif;
	margin: 1em 0 1em 0;
	width: 100%;
}
#upsellwrap .productbox table td {
	vertical-align: bottom;
}
#upsellwrap .productbox table td input {
	margin-left: 18px;
	margin-right: 16px;
}
#upsellwrap .productbox table .appname {
	vertical-align: bottom; width: 130px;
}
#upsellwrap .productbox table .appprice {
	color: #777;
	position: relative;
	text-align: right;
	vertical-align: middle;
}
.striketext {
	position: absolute;
	right: 1em;
	top: 1em;
}
#upsellwrap .productbox table .appprice span strike {
	color: #777;
	margin-right: .4em;
}
#upsellwrap .productbox table .appprice span {
	color: #00addf;
}


/* -------- modals -------- */

#pushinfomodal,
#pushinfomodal2 {
	background-color: #000000;
	display: none;
	width: 715px;
}
#modal_iphone_push,
#modal_android_push {
	background: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 1300px;
	line-height: 1.6em;
	padding: 52px;
	width: 598px;
}
#modal_iphone_push h2,
#modal_android_push h2 {
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 47px;
	margin-top: 0;
}
#modal_iphone_push h2 img,
#modal_android_push h2 img {
	display: inline;
	margin-right: 22px;
	vertical-align: middle;
}
#modal_iphone_push h3,
#modal_android_push h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
}
#modal_iphone_push .colwrap,
#modal_android_push .colwrap {
	margin-top: 1em;
	position: relative;
}
#modal_iphone_push .colwrap p,
#modal_android_push .colwrap p {
	margin-top: 0;
}
#modal_iphone_push .leftcol,
#modal_android_push .leftcol {
	float: left;
	margin-right: 2%;
	width: 48%;
}
#modal_iphone_push .rightcol,
#modal_android_push .rightcol {
	float: right;
	margin-left: 2%;
	width: 48%;
}
#modal_iphone_push .greyboxy,
#modal_android_push .greyboxy {
	background:url('/img/public2/greyroundedbox.png');
	cursor: pointer;
	height: 29px;
	padding-left: 14px;
	padding-top: 10px;
	width: 199px;
}
#modal_iphone_push .greyboxy:HOVER,
#modal_android_push .greyboxy:HOVER {
	cursor: pointer;
}
#modal_iphone_push .enable,
#modal_android_push .enable {
	font-family: Georgia, serif;
	font-weight: bold;
	margin-top: 47px;
}
#modal_iphone_push .enable b,
#modal_android_push .enable b {
	font-size: 24px;
}
#modal_iphone_push .enable span,
#modal_android_push .enable span {
	color: #b2b2b2;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}
#modal_iphone_push .enable span b,
#modal_android_push .enable span b {
	font-size: 16px;
}
#modal_iphone_push .device_image,
#modal_android_push .device_image {
	float: right;
	margin-left: 20px;
}
/*icons*/
img.ico_apps{
	float: left; 
	margin: 0 15px 0 5px;
}