.hidden {
   left: -10000px;
   position: absolute;
   top: -1000px;
}

img.iconstyle {
   vertical-align:middle;
 } 
 
div.paygate-disabled { 
  border: 2px solid orange; 
  display: inline-block; 
  height: 60px; 
  margin-right: 10px; 
  text-decoration: none; 
  width: 98px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}   

div.paygate-picture:hover {
	border:2px dashed red;
}

div.paygate-focus {
	border: 2px solid green;
  display: inline-block; 
  height: 60px; 
  margin-right: 10px; 
  text-decoration: none; 
  width: 98px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
} 

div.paygate-picture { 
  border: 2px solid white; 
  display: inline-block; 
  height: 60px; 
  margin-right: 10px; 
  text-decoration: none; 
  width: 98px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

h3.integrated {color: green;}
h3.not-integrated {color: darkred;}
