@CHARSET "ISO-8859-1";

.newCardCartTotal{
			width: 30%; 
			float: right; 
			margin-top: -21rem; 
			border-left: 1px double black; 
			padding-left: 1rem;
}
#cmdSavedCardSubmit{
	float: right;
	margin: 5rem -12rem 20px 0;
}
#paymentCancel{
	float: left;
	margin: 5rem -12rem 20px 0;
}
.savedCardCartTotal{
	width: 25%; 
	float: right; 
	margin: -10rem 0 0 0; 
	border-left: 1px double black; 
	padding-left: 1rem;
}
.cvvText{
	display: none; 
	margin: 2rem 0rem 0 10rem;
}
#submittedCvv{
	width: 2.5rem;
}
#savedCardBody{
	border-top: 1px double #a5a5a5;
	 border-width: 1px;
}
.creditCardTable{
	width: 70%;
}
#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newPaymentCard{
	float: none; 
}
#newCardButtonHeader{
	margin-left: 0.7rem;
}
.savedCardsdetails{
	display: none
}
#newCardPaymentCancel{
	float: left; 
	margin: -36px -9px -5px 34px;
}
.saveCC{
	position: absolute; 
	margin: -6rem 0 0 10px; 
	color: black;
}
#newCardPayButton{
	float: right; 
	margin: 2rem -8rem 0 0;
}
#errmsg{
	color: red;
}