/* CSS Document */
* {
  margin: 0; 
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 18px;
  background-color: white;
}

a:link, a:visited {
  border:none;
  text-decoration: underline;
  color: black;
}

img {
  border:none;
}

h1 {
  font-size: 120%;
  color: #ffffff;
  position: absolute;
  top: 28px;
  width: 100%;
  text-align: center;
}

p {
  font-size: 90%;
  margin-bottom: 10px;
}

p#alert {
  position: absolute;
  top: 75px;
  text-align: center;
  width: 310px;
  font-size: 110%;
}

#wrap {
  width: 350px;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid #0F2E91;
  /* border: 1px solid #FF0000; */
}

body#branded p {
  text-align: center;
}

body#branded #header {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 75px;
  border-bottom: 1px solid #0F2E91;
}

#header a#pfhclick {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  line-height: 30px;
  text-indent: -3000px;
}

body#branded #content {
  padding: 10px 10px 0;
  height: 241px;
  position: relative;
}

body#branded #footer {
  position: relative;
  height: 70px;
}

#footer p#credit {
/*
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  line-height: 30px;
*/
  text-align: center; 
  padding-top: 2.0em;
  margin-bottom: 0.8em;
}

#bigbut {
  cursor: pointer;
}

/* These ones are separate becuase they upset IE6 */
a[onclick], img[onclick] {
  cursor: pointer;
}


#loading, #loadingFailed, #connected, #disconnect {
  /* height: 25%; */
  padding-top: 2.0em;
  margin-bottom: 0.8em;
}

div#header1 {
  text-align: center; 
  margin-top: 1.2em;
}

div#header2 {
  text-align: center; 
  margin-top: 1.2em;
  margin-top: 0.2em; 
  margin-bottom: 1.5em;
}

div#leave {
  font-size: 90%;
}

div.minutes {
  position: absolute; 
  top: 170px;
  left: 55px;
  text-align: center; 
}

div.register {
  position: absolute; 
  top: 230px; 
  left: 20px;
  width: 310px;
  text-align: center; 
}

#min_amount {
  background: url(../image/redspot.gif) no-repeat;
  color: white;
  font-weight: bold;
  font-size: 150%;
  /* display: inline; */
  height: 32px;
  width: 32px;
  text-align: center;
}

form#minutesform
{
  visibility: hidden;
}

iframe#iframe
{
    /* 
    display: none; 
    display: block;
    width: 300px; 
    height: 250px; 
    */
    visibility: hidden;
    width: 0;
    height: 0;
}
