div.agentLeftColumnImages {
	text-align: center;
}

div.agentLeftColumnImages p img {
	float: none;
}


h1 {
	margin-bottom: 15px;
}

h2 {
	background-color:#007BA7;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:normal;
	padding-left:10px;
}
td {
	padding: 2px;
	width: 400px;
	height: 20px;
	line-height: 20px;
}
td.strongRight {
	font-weight: bold;
	text-align: right !important;
	width: 140px;
}
td.alignRight {
	text-align: right !important;
	width: 140px;
}
td img{
	vertical-align: middle;
}
input[type=text] {
	width: 150px;
}

#balancePaymentForm input { width: auto; float: left; margin-right: 5px; }

div.balancePaymentForm {

}

div.balancePaymentForm table {
	width: 65%;
}

div.balancePaymentForm table td {
	text-align: left;
}

#cardchargewarning, #issuenumberfield {
	display: none;
}
#balanceSummaryContent, #balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent{
	margin-bottom: 10px;
}
#balancePaymentDetailsContent, #balanceAddressDetailsContent, #holidaySummaryContent, #balanceEmailContent {

}
#balanceSummaryContent, #balanceEmailDetails, #balanceAddressDetails {
}
#pleaseWaitDiv{
	background-color:#007BA7;
	color:#fff;
	display:none;
	font-weight:bold;
	font-size:1.3em;
}

#dataCashPleaseWait {
	font-family: Arial, Verdana, Georgia, "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: 1.2em;
	text-align: center;
}
#dataCashPleaseWait #waitAnim {
	float: none;
}
#dataCashPleaseWaitContainer {
	 margin:20px auto 0;
	 width:500px;
	 height:150px;
}
#dataCashPleaseWaitContainer #dataCashPleaseWait {
	font-size: 1.6em;
}

.securityColumn { width: 281px; float: right; }
.paymentCards li { float: left; width: 58px; height: 0; padding-top: 36px; margin: 0 3px 0 0; list-style-type: none; overflow: hidden;}
.paymentCards .visaLogo { background: transparent url('themes/common/images/cardlogos/cCardsVisa.gif') no-repeat 0 0; }
.paymentCards .visaElectronLogo { background: transparent url('themes/common/images/cardlogos/cCardsVisaElectron.gif') no-repeat 0 0; }
.paymentCards .masterCardLogo { background: transparent url('themes/common/images/cardlogos/cCardMastercard.gif') no-repeat 0 0; }
.paymentCards .maestroLogo { background: transparent url('themes/common/images/cardlogos/cCardsMaestro.gif') no-repeat 0 0; }
.paymentCards .soloLogo { background: transparent url('themes/common/images/cardlogos/cCardsSolo.gif') no-repeat 0 0; width: 29px; }

#continueBtn {
	background:url(https://www.jetsave.com/themes/jetsv/images/pageElements/buttons/btnContinue.gif) no-repeat 0 0;
	cursor: pointer;
	width: 85px;
	padding: 21px 0 0 0;
	border: none;
	font-size:0;
	text-align: right;
	color: #fff;
}
#submitButtonDiv { width: 100%; overflow: hidden; }
#submitButtonDiv #continueBtn { width: 85px; }


.goBackBtn {
	display: block;
	width: 93px;
	height: 0;
	overflow: hidden;
	padding-top: 21px;
	background: url("themes/jetsv/images/pageElements/buttons/btnBack.gif") no-repeat 0 0;
	margin: 0 0 15px 0;
}

.mandatory { color: #FF0000; margin: 0 2px 0 0; }

/* Error/Pass Messages */
#balancePaymentForm p.topError { 
	display: none;
	color: #B21111;	background: #FCCAC1 url('themes/common/images/icons/iconWarningRed.gif') no-repeat 6px 6px;
	border: 1px solid #EB573B;
	padding: 10px 0 10px 40px;
}

#balancePaymentForm td p.message { display: none; float: right; margin: 2px 0 0 5px; width: 245px; padding: 0 0 0 17px; }
#balancePaymentForm td p.error { color: #B21111; height: auto; background: transparent url('themes/common/images/icons/validateCross.gif') no-repeat 0 0; line-height: 17px; }
#balancePaymentForm td p.pass { background: transparent url('themes/common/images/icons/validateTick.gif') no-repeat 0 bottom; line-height: 17px; }
#balancePaymentForm td p.topMargin { margin-top: 22px; }
