/**
 * lunch.o.matic.css
 * stylesheet for the Lunch-O-Matic Memory Master at http://my.healthylunch.org.uk
 */
html, body, div {
  margin:0;
  padding:0;
  border:0;
}
html, body {
  width:100%;
  height:100%;
}
body {
  font:76%/1.5em verdana,arial,sans-serif;
  text-align:center;
}
a img, img {
  border:0;
}
a {
  text-decoration:none;
  color:#039;
}
a:hover, a:visited:hover {
  color:#06c;
}
#container {
  position:relative;
  text-align:left;
  margin:0 auto;
  padding:50px 270px 0 0;
  width:500px;
  height:100%;
  background:#fff url(/images/audit-header.png) no-repeat 0 10px;
}
#panel {
  position:absolute;
  right:0;
  top:10px;
  width:250px;
  background:#fff url(/images/panel-bottom.png) no-repeat left bottom;
  font:bold 1.5em "Comic Sans MS",sans-serif;
  z-Index:1000;
}
#paneltext {
  padding:10px;
}
p.question {
  font:bold 1.5em "Comic Sans MS",sans-serif;
  color:#039;
}
#loginform {
  padding-top:30px;
}
#loginform p {
  position:relative;
  float:none;
  clear:both;
  margin:0;
  padding:0 0 5px 0;
  zoom:1;
}
#loginform p#submitbutton {
  padding-left:130px;
}
#loginform label {
  width:130px;
  text-align:right;
}
#loginform input, #loginform select {
  width:200px;
  border:1px solid #ccf;
  background-color:#efffef;
}
#loginform label,
#loginform input,
#loginform select {
  float:left;
  font:bold 1.5em "Comic Sans MS",sans-serif;
}
a#startagain {
  display:block;
  float:right;
  background:#fff url(/images/startagain.png) no-repeat 0px 0px;
  width:184px;
  height:90px;
  overflow:hidden;
  text-indent:-10000px
}
a#startagain:hover {
  background-position:0 -150px;
}
