@import url(reset.css);

/* =typography */
@font-face {
 font-family: TitleFont;
 src: url("fonts/RussoOne-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: TitleFont;
 src: url("fonts/RussoOne-Regular.ttf") /* EOT file for IE */
}

#headbox { width: 860px; margin: 0 auto;}
#contentbox { width: 860px; margin: 0 auto;}
#logobox {
	background-color:#fff;
	height:68px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background: #fff; /* Old browsers */
}
#paybox
{
background-color:#027BB8;
min-height:500px;
overflow:visible;
}
.leftbox {text-align:left;float:left;width:55%; }
.rightbox {float:right; height:55px;width:45%;}
h1{font-size:26px; color:#fff; font-family:TitleFont, Arial, Tahoma; text-align:center; padding:20px;text-shadow: 1px 1px 2px Black;}
h2{font-size:20px; color:#fff; font-family:TitleFont, Arial, Tahoma; text-shadow: 1px 1px 2px #000; margin-bottom:10px;}
p{font-size:12px; color:#fff; font-family:Arial, Tahoma; text-shadow: 1px 1px 2px #000; text-align:justify}
h4{font-size:15px; color:#787878; font-family:Arial, Tahoma; text-shadow: 1px 1px 2px #fff; text-align:justify; padding-bottom:10px; padding-top:10px;}
#pay
{
	color: #1E3064;
	padding: 18px 6% 20px 6%;
	margin: 0 0 35px 10px;
	background: rgb(247, 247, 247);
	border: 1px solid #02699D;
	-webkit-box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7);
	   -moz-box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7);
	        box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7);
	-webkit-box-shadow: 10px;
	-moz-border-radius: 10px;
		 border-radius: 10px;
		 }

.formbox {
	background-color:#fff;
	height:68px;
	margin-bottom:5px;
	border:1px solid #C6C4C4;
	border-radius:10px;
	padding-top:40px;
	padding-left:20px;
	padding-right:60px;
	padding-bottom:40px;
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 1px #EEECE9 inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 1px #EEECE9 inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 1px #EEECE9 inset;
	-webkit-box-shadow: 5px;
	font-size:18px;
min-height:300px;
}




/* all the input except submit and checkbox */
#pay input:not([type="checkbox"]){
	width: 200px;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	        font-size:20px;
}
#pay input:not([type="checkbox"]):active,
#pay input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#pay input[type="submit"]{
width:262px;
text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
#pay p.button input:hover{
	background: rgb(74, 179, 198);
}
#pay p.button input:active,
#pay p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}
label {
color: rgb(64, 92, 96);
position: relative;
font-size:13px;
color:#1E3064;
}
.button{
 
  
  }

/*styling the links to change from one form to another */


.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}


.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}

.alert-warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #faebcc;
}

.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #ebccd1;
}