/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 500px) {
    #primary { width:100%; }
	.form-container { width:95%; margin: 0 auto;}
	.payment-whole-page { width:90%; min-width: 300px; margin: 0 auto;}
	#receiptpage.form-container { width:90%; min-width: 300px; margin: 0 auto; min-height: 150px; overflow:hidden;}
	#receiptpage.payment-whole-page { width:90%; min-width: 300px; margin: 0 auto;}
	.entrywingstart{float: left;}
	.form-field-msg{max-width: 180px;}
    #secondary { width:100%; margin:0; border:none; }
}

.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: 15px 15px 15px 15px;
   max-width:700px;
   min-height: 250px;
   overflow: hidden;
   margin: 0 auto;
   }
#payment_confirmation{
	
	min-height: 250px;
   overflow: hidden;
	
}

#receiptpage{
	/* padding-top: 20px; */
	min-height: 250px;
   overflow: hidden;
}
   
.form-title, .form-title-curr, .form-title-streetadd, .form-title-freq, .form-title-entry{
   margin:5px 5px 5px 5px;
   color: #000000;
   position: inline;
   float: left;
   font-size: small;
   font-weight: bold;
	
}   

.form-title-curr{

	width:65px;
	margin-right: 15px;
}

.form-title-freq{

	margin-top: -5px;
	width: 180px;
}
	
.form-field, .form-field-curr, .form-field-streetadd, .form-field-country{
	max-width:180px;
}

   
.form-field, .form-field-curr, .form-field-streetadd, .form-field-country, .form-field-msg{
   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;
//  float: left;
// 	max-width:180px;

   }
   
.fieldset1{
	max-width: 400px;
	float: left;
	
}


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

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

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

.billing-outer{
	padding-top: 10px;
}

.billing-contact{
	
	height: 120px;
}


.form-addr-section .form-field, .form-email-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-msg{
	width: 380px;
}

.form-field-msg textarea{
	border: none;
	width: 100%
	}

.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;
	margin: 0 0 5 5;
	
}

#entrywing.form-name-section{
	/*margin-left: 5px;*/
}
.form-entry-section, .form-wing-section, .form-msg-section{
	
	/*margin-top: -13px;*/
	/*float: left;*/
	/*float: left;*/
}

#freq.form-entry-section{
	margin-top: -60px;
}
.freqnotice{
	/*padding-top: 60px;*/
	float: left;
    font-size: x-small;
	padding-left: 5px;
}

.form-msg-section{
	margin-left: 0px;
}

.form-wing-section{
	margin-left: 10px;
}

#curr.form-field{

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

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

#wing.form-title{
	margin-left: 15px;
}

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

#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 {
	margin : 5 5 5 5;
   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;
   }



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

.hbl-logo{
	margin: 5 auto;
	text-align: center;
}

.cch-logo{
	padding-top: 10px;
    
}

.hiddenfields{
	display: none;
}

.instructions, .errors{
	margin-top: -10px;
    float: left;
    width: 100%;
    right: 0px;
    text-align: right;
    font-size: 11px;
}

.errors{
	margin-top: -35px;
	font-weight: bold;
	color: red;
}

.data-show{
	width: 100%;
}

.data-show-field{
	float: left;
}

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

.submit-button-div{
	float: left;
}

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

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


.result-show-field span{
	min-width: 100px;
	width: 100%;
	float: left;
	word-wrap: break-word;
	padding: 2px;
	font-size: 14px;
}

.result-show-field span#payment-success-msg {
	
	color: green;
}

.result-show-field span#payment-reject-msg {
	
	color: red;
}

.fieldValue{
	font-weight: bold;
}

.element-name label.title {
    font-size: 1.4em;
}