h1, h2, h3, h4, h5, h6, img, p, ul, li, ol, input, textarea, select, option, address, header, footer, nav, figure, figcaption, section, article, aside, hr, table, tr, td, dl, dt, label, body, html, * {
	margin: 0;
	padding: 0;
	border: none;
}
input:focus {
	outline: 0;
}
a, a:link, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}
img, video {
	max-width: 100%;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
html {
	-webkit-text-size-adjust: none;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/Roboto-Thin-webfont.eot');
  src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Helvetica2BQRegular';
	src: url('../fonts/helveticatwobq-bold.eot');
	src: url('../fonts/helveticatwobq-bold.eot') format('embedded-opentype'),  url('../fonts/helveticatwobq-bold.woff') format('woff'),  url('../fonts/helveticatwobq-bold.ttf') format('truetype'),  url('../fonts/helveticatwobq-bold.svg#Helvetica2BQRegular') format('svg');
}
@font-face {
	font-family: 'HelveticaConthRegular';
	src: url('../fonts/helvetica-conth_0.eot');
	src: url('../fonts/helvetica-conth_0.eot') format('embedded-opentype'),  url('../fonts/helvetica-conth_0.woff') format('woff'),  url('../fonts/helvetica-conth_0.ttf') format('truetype'),  url('../fonts/helvetica-conth_0.svg#HelveticaConthRegular') format('svg');
}
@font-face {
	font-family: 'Helvetica-Condensed';
	src: url('../fonts/Helvetica-Condensed.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica_condensedmedium';
	src: url('../fonts/helvetica-condensed-webfont.eot');
	src: url('../fonts/helvetica-condensed-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica-condensed-webfont.woff') format('woff'),  url('../fonts/helvetica-condensed-webfont.ttf') format('truetype'),  url('../fonts/helvetica-condensed-webfont.svg#helvetica_condensedmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #00aff0;
	font-family: 'helvetica_condensedmedium';
	color: #33363b;
	font-size: 20px;
}
.container {
	width: 480px;
	margin: 30px auto;
	background: url(../images/bg.jpg) 0 0 repeat;
	border-radius: 20px;
	box-shadow: 0 0 3px #BABABA, 0 0 1px #353535 inset;
	 overflow: hidden;
}

.global-alert p > strong {
  font-family: 'robotobold';
}

.global-alert p {
  font-family: 'robotoregular';
}

.logo {
	width: 48%;
	margin: 0 auto;
}
.logo2 {
	width: 70%;
	margin: 0 auto;
}
.logo2 a {
	float: left;
	margin: 30px 0;
	width: 100%;
}
.logo a {
	float: left;
	margin: 30px 0;
	width: 100%;
}
ul.unedit {
	list-style: none;
}
ul.unedit li {
	border-top: 1px dashed #FFFFFF;
	float: left;
	padding: 24px 0 20px;
	width: 100%;
}
ul.unedit li label {
	width: 34%;
	padding-left: 6%;
	float: left;
}
ul.unedit li p {
	float: right;
	width: 60%;
	font-size: 26px;
}
ul.unedit li:nth-child(2n+1) {
	background: rgba(0, 0, 0, 0.05);
}
ul.edit {
	list-style: none;
	background: url("../images/dollar.png") no-repeat scroll center center / 62% auto transparent;
}
ul.edit li {
	border-top: 1px dashed #fff;
	float: left;
	width: 100%;
	   height: auto;
	   padding-bottom:10px;
}
ul.edit li label {
	width: 34%;
	padding-left: 6%;
	float: left;
/*	line-height: 75px;*/
}
ul.edit li input[type="text"] {
	float: left;
	width: 44%;
	padding: 0 1%;
	height: 45px;
	font-size: 22px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	margin: 15px 0 0;
	margin-left:2px;
}
ul.edit li input[type="text"].nc {
	width: 52%;
}
ul.edit li input[type="text"].bz {
	width: 30%;
}
ul.edit li input[type="text"].ap {
	width: 22%;
}
ul.edit li p {
	color: #00AFF0;
	float: left;
	font-size: 40px;
	line-height: 55px;
	padding-right: 8px;
	margin-bottom: 0;
	margin-top: 7px;
}
ul.checkboxul {
	padding: 20px 4%;
	list-style: none;
}
ul.checkboxul li {
	padding: 8px 0;
}
a.pay {
	margin: 26px 0 0 0;
	float: left;
	width: 100%;
}
a.tryagain {
	margin: 10px 4% 15px 4%;
	float: left;
	width: 92%;
}
.cont_select {
	background: url(../images/select_icn.png) right 0 no-repeat #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
	float: left;
	margin: 14px 3% 0px 0;
	padding: 10px 1%;
	position: relative;
	width: 68px;
	margin-right: 3%;
	font-size: 22px;
	color: #b8b8b8;
	height: 27px;
}
.cont_select select {
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	font-size: 16px;
	height: 46px;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.select select {
	display: block;
	width: 100%;
}
.checkbox {
	background: url("../images/checkbox.png") no-repeat scroll 0 2px transparent;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	width: 19px;
}
a.pay img {
	width: 100%;
}
a.tryagain img {
	width: 100%;
}
ul.confirmation {
	list-style: none;
	background: url(../images/right.png) center center no-repeat;
	background-size: 90%;
	float: left;
	width: 100%;
}
ul.confirmation li {
	border-top: 1px dashed #FFFFFF;
	float: left;
	padding: 24px 0 20px;
	width: 100%;
}
ul.confirmation li label {
	width: 34%;
	padding-left: 6%;
	float: left;
}
ul.confirmation li p {
	float: right;
	width: 60%;
	font-size: 26px;
}
ul.confirmation li:nth-child(2n+1) {
	background: rgba(0, 0, 0, 0.05);
}
ul.confirmation li h1 {
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	font-family: 'Helvetica2BQRegular';
	color: #80bb00;
}
ul.confirmation li h2 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	padding: 6px 0;
}
ul.faiure {
	list-style: none;
	background: url(../images/wrong.png) center 0 no-repeat;
	background-size: 58%;
	float: left;
	width: 100%;
}
ul.faiure li {
	border-top: 1px dashed #FFFFFF;
	float: left;
	padding: 20px 0 15px;
	width: 100%;
}
ul.faiure li label {
	width: 34%;
	padding-left: 6%;
	float: left;
}
ul.faiure li p {
	float: right;
	width: 60%;
	font-size: 26px;
}
ul.faiure li h1 {
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	font-family: 'Helvetica2BQRegular';
	color: #b30e0c;
}
ul.faiure li h2 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	padding: 0px 0;
	width: 96%;
	margin: 0 auto;
	color: #000000;
	font-size: 24px;
}
ul.faiure li h2 span {
	color: #b30e0c;
}
button.paybtn {
	background: url("../images/pay_btn.png") no-repeat scroll 0 0 auto transparent;
	background-size: 100% auto;
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	height: 98px;
	margin: 0 4px 0 0;
	padding: 0;
	text-indent: -3000px;
	width: 100%;
}
.checkboxul button {
	width: 100%;
	background: none;
	  margin-top: 15px;
}
ul.edit li label.error {
	    display: block;
    float: right;
    font-size:20px !important;
    line-height: normal;
    margin-top: 0;
    padding: 0;
    width: 60%;
}
.cont_select label.error {
	display: block;
	left: 40%;
	position: absolute;
	width: auto !important;
	font-size: 20px;
	margin: 5px 0 0 0;
}
ul.edit li label.error_fee {
	display: block;
	float: right;
	line-height: normal;
	padding: 0;
	width: 60%;
}
ul.edit li label.cc_prevlabel {
	display: block;
	float:right;
	line-height: normal;
	padding: 0;
	width: 60%;
	  margin-right: 0%;
	  text-align:left;
}
.select-cont span {
	background: url("../images/select_icn.png") no-repeat scroll right 1px transparent;
	float: left;
	padding: 10px 10%;
	width: 80%;
}
.select-cont {
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
	color: #B8B8B8;
	float: left;
	font-size: 22px;
	height: 48px;
	margin: 14px 3% 0 0;
	position: relative;
	width: 75px;
}
select.styled {
	height: 48px;
	opacity: 0;
	position: relative;
	top: -56px;
	width: 75px !important;
	z-index: 5;
}
.select-cont.no-margin select.styled {
	width: 85px !important;
}
.select-cont.no-margin {
	width: 85px;
}
.checkboxul li label {
	float: left;
	width: 90%;
	padding-left: 5px;
	font-weight: bold;
	 text-align: left;
}
.checkboxul li span {
	float: left;
}
/*----------------------Css For Payment Type Tabs-------------------*/
.tabs {
	   border-bottom: 2px solid #FFFFFF;
    float: left;
    width: 100%;
}
.tabs .tab1, .tab2 {
	float: left;
	width: 23%;
	padding: 20px;
	text-align: center;
	z-index: 1;
	color: #3399CC;
	cursor: pointer;
	/*border-bottom: solid 2px #FFF;*/
	margin-top: 2px !important;
	font-weight: bold;
		border: solid 2px #FFF;
	border-bottom: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.tab1:hover, .tab2:hover {
	/*background: #6CF !important;*/
	z-index: 2;
	border: solid 2px #FFF;
	border-bottom: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*color: #FFF !important;*/
}

.active {
	background: #6CF !important;
	border: solid 2px #FFF;
	border-bottom: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF !important;
}
.tabclear {
	width: 4%;
	padding: 0px;
	float: left;
	text-align: center;
	/*border-bottom: solid 2px #FFF;*/
	margin-top: 2px;
}
.tabSpace {
	height: 10px;
	width: 650px;
	float: left;
}
.tab_bank_account {
	display: none;
	font-size: 20px !important;
}
.tab_credit_card,
.tab_credit_card_alert {
	font-size: 16px !important;
	margin-top:20px;
}
.tab_bank_account label {
	font-size: 20px !important;
		margin-top:20px;
}
.tab_credit_card label,
.tab_credit_card_alert label {
	font-size: 20px !important;
	  margin-top: 20px;
	  

}
#loader {
	display: none;
	margin-top: 10px !important;
}


/* New CSS **************************************
************************************************/

.img-responsive {
max-width: 100%;
height: auto;
display: block;
}
ul.checkboxul {
text-align: center;
font-size: 0;
padding: 0;
margin: 16px;
}
ul.checkboxul li {
margin: 0 auto 10px;
padding: 0;
display: inline-block !important;
font-size: 0;
float: none;
border: 0;
max-width: 80%;
width: auto;
}
ul.checkboxul li button {
width: 100%;
margin: 0;
padding: 0;
display: inline-block;
font-size: 0;
border: 0;
}
ul.checkboxul li button::-moz-focus-inner {
padding: 0;
border: 0
}
ul.checkboxul li button img {
display: block;
}
.container {
width: 100%;
max-width: 860px;
}
.logo a {
text-align: center;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.col {
display: block;
float:left;
width: 50%;
}
.col:first-child { 
margin-left: 0; 
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 */
}
ul.edit li {
list-style-type: none;
}
.tabs .tab1, .tab2 {
font-size: 15px;
margin-top: 5px !important;
}
.back_btn {
float: left;
margin: 35px 0 0 10px;
display: none;
}
.responsive_btn {
display: none !important;
}
.tab_credit_card_alert ul li {
	padding-bottom: 18px;
}
@media only screen and (max-width: 560px) {
.col { 
margin: 1% 0 1% 0%;
width: 100%;
}
.back_btn {
max-width: 50px;
margin: 30px 0 0 10px;
}
.responsive_btn {
display: block !important;
}
.desktop_btn {
display: none !important;
}
ul.checkboxul li {
margin: 0;
padding: 0;
display: inline-block;
font-size: 0;
max-width: 50%;
}
}
@media only screen and (max-width: 360px) {
	.back_btn {
	max-width: 30px;
	margin: 25px 0 0 10px;
	}
}
.tab_credit_card,
.tab_credit_card_alert {
margin-top: 0px;
}
.checkboxul li label {
font-size: 15px;
}
.checkboxul.paynowbtns li {
	max-width: 100% !important;
	margin-bottom: 15px !important;
}

.autopay {
	position: absolute;
}

.global-alert p {
	margin: 0 20px 0 20px;
}