.payment-whole-page{
	
	margin: 0 auto;
	min-width:500px;
	width:640px;
}

.form-container {
   border: 0px solid #1a1a1a;
   background: #afb2b8;
   background: -webkit-gradient(linear, left top, left bottom, from(#e4e5eb), to(#afb2b8));
   background: -webkit-linear-gradient(top, #e4e5eb, #afb2b8);
   background: -moz-linear-gradient(top, #e4e5eb, #afb2b8);
   background: -ms-linear-gradient(top, #e4e5eb, #afb2b8);
   background: -o-linear-gradient(top, #e4e5eb, #afb2b8);
   background-image: -ms-linear-gradient(top, #e4e5eb 0%, #afb2b8 100%);
   -webkit-border-radius: 24px;
   -moz-border-radius: 24px;
   border-radius: 24px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:500px;
   padding:20px;
   width:640px;
   height: 300px;
   margin: 0 auto;
   }
#payment_confirmation .form-container{
	height: 200px;
}
   
.form-title, .form-title-curr, .form-title-streetadd{
   margin:5px 5px 5px 5px;
   color: #000000;
   position: inline;
   float: left;
   font-size: small;
   font-weight: bold;
	
}   

.form-title-curr{

	width:65px; 
}

   
.form-field, .form-field-curr, .form-field-streetadd, .form-field-country{
   border: 1px solid #1a1a1a;
   background: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #1a1a1a;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:3px;
   margin-bottom:10px;
   width:180px;
//   float: left;
   }
   
.fieldset1{
	width: 400px;
	float: left;
	
}


.fieldset2{
	margin-top: 5px;
	width: 200px;
	float: left;
	
}
   

.fieldset1.form-field{
	margin-right: 100px;
}

.form-field-streetadd{
	width: 95%;
}


.form-addr-section .form-field{
	
	float: left;
	margin: 2px;
	margin:5px 5px 5px 5px;
}

#city .form-field{
	margin-right: 10px;
}
   
.form-field-curr{
	width: 100%;
}

.form-field-country{
	width: 45%;
	float: left;
	margin: 5px 5px 5px 5px;
}

.form-field-country select{
	border: none;
	width: 100%;
}

.form-field-curr select{
	border: none;
	width: 100%;
}

.form-field input{
   border:none;
   width: 100%;

}

.form-field select{
   border:none;
   width: 100%;
   margin: 0px;

}

.form-name-section{
	
	float:left;
	
}

#curr.form-field{

   width: 55px;
   float: left;
   border: none;
}

#streetadd.form-field{
	
	min-width: 100px;
	width: 378px;
	
}

#amt.form-field{
	
	width: 108px;
	
}

#amt.form-field input{
	width: 100%;
}


.form-field:focus {
   background: #fff;
   color: #fff;
   }
.form-container h2 {
   /*text-shadow: #b3adb3 0 1px 0;*/
   font-size:14px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }

.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 1px solid #000000;
   background: #747870;
   background: -webkit-gradient(linear, left top, left bottom, from(#f4ffe8), to(#747870));
   background: -webkit-linear-gradient(top, #f4ffe8, #747870);
   background: -moz-linear-gradient(top, #f4ffe8, #747870);
   background: -ms-linear-gradient(top, #f4ffe8, #747870);
   background: -o-linear-gradient(top, #f4ffe8, #747870);
   background-image: -ms-linear-gradient(top, #f4ffe8 0%, #747870 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #addc7e 0 1px 0;
   color: #000000;
   font-family: helvetica, serif;
   padding: 8.5px 66px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

.submit-button-div{
	padding-top: 90px;
}   

.notice{
	font-family: arial;
	font-size: small;
	margin-left: 5px;
	margin-bottom: 15px;
	margin: 0 auto;
}

.hbl-logo{
	margin-top: 10px;
	margin-left: 150px;
}

.cch-logo{
    margin-top: -50px;
    margin-bottom: 10px
}

.data-show{
	width: 100%;
}

.data-show-field span, .submit-button-div span{
	min-width: 100px;
	width: 200px;
	float: left;
	word-wrap: break-word;
	padding: 2px;
	font-size: 14px;
}

.fieldValue{
	font-weight: bold;
}