body {
  background-color: #000;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #666;
  background-image: url("img/tilebg3.jpg");
  }
  
div#page {
  margin: 2% auto;
  max-width: 700px;
  width: 100%;
}


.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

div#machine {
  width: 300px;
  float: left;
  margin: 0 auto;
}
  
img#logo {
  width: 90%;
  height: auto;
  position: relative;
  margin: 20px auto;
}

div#holder {
  width: 310px;
  float: left;
  margin: 0 auto;
}

div#redeemer {
  font-size: 1.5em;
  margin: 20px 0 0 6px;
}

h3 {
  color: #f00;
  font-size: 1.5em;
  margin: 0 0 20px 0;
  line-height: 1em;
}

img.btn {
  width: 80%;
  padding: 5px 0;
  border: none;
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#nav {
  width: 100%;
}

#nav ul {
  display: block;
  width: 100%;
  margin: 6px;
  padding: 6px;
  list-style: none;
  /* background-image: url("img/bluecapsule.png");
  background-repeat: no-repeat; */
}

#nav ul li{
	margin: 12px auto;
    padding: 4px;
	width: 80%;
  border-top: 1px solid #eee; 
  border-left: 2px solid #eee;
  border-left: 2px solid #bbb;
background: #69c;  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,0.8) 0 1px 0; color: white; font-size: 1.5em; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; 
}

#nav ul li:hover {
  cursor: pointer;
}

#nav li a {
	color: #fff;
	width: 100%;
	outline: none;
	text-decoration: none;
}
 
div#redeemer form input#inp {
  width: 60%;
  font-size: 1.5em;
  border: 3px solid #69c;
}

div#redeemer form input#submit {
  width: 35%;
  border-top: 1px solid #eee; 
  border-left: 2px solid #eee;
  border-left: 2px solid #bbb;
background: #69c; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.8) 0 1px 0; color: white; font-size: 1.5em; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; 
}

div#redeemer form input#submit:hover {
  cursor: pointer;
}

p#infobtn { margin: 8px 0; }

p#infobtn  a { 
  color: #fff;
  font-size: 1.2em;
  font-family: Helvetica, Arial, Sans-Serif; 
}

div#mobileinfo {
  position: absolute;
  top: 5%;
  left: 4%;
  width: 90%;
  height: auto;
  background-color: #fff;
  border: 3px solid #69c;
  text-align: left;
  display: none;
  font-size: 1.1em;
}

div#mobileinfo h4 {
  margin: 6px 8px 0;
  color: #c00;
  font-size: 1.2em;
}

div#mobileinfo p {
  margin: 4px 8px;
}

div#mobileinfo span#closer {
  width: 15%;
  float: right;
  margin: 8px;
  text-align: right;
  margin-right: 20px;
}

div#mobileinfo span#closer:hover {
  cursor: pointer;
  }

div.ontop  { z-index: 999; }
