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

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

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

a#s1 {
  text-decoration: none;
}

img {
  border:none;
  text-decoration: none;
}

a#a_sml_pfh_logo {
  text-decoration: none;
}

img#sml_pfh_logo {
  vertical-align: middle;
}

img#sat_logo {
  vertical-align: middle;
}

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;
}

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

body#branded #header {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 75px;
  border-bottom: 1px solid #0F2E91;
  background: url(../image/phonefromhere-logo.jpg) no-repeat;
}

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

body#branded #content {
  /* t r b l */
  padding: 10px 10px 0;
  /* height: 236px; */
  height: 248px;
  position: relative;
}

body#branded #footer {
  position: relative;
  text-align: center;
  /*
  height: 105px;
  */
  padding-bottom: 1.0em;
}

#footer p#credit {
  text-align: center;
  /* padding-top: 2.0em; */
  padding-top: 1.0em;
  margin-bottom: 0.5em;
}

#bigbut {
  cursor: pointer;
}

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


#loading {
   padding-top: 1em;
   margin-bottom: 0.8em;
}

#loadingFailed, #registered {
   padding-top: 3em;
   margin-bottom: 0.8em;
}

#connected, #hungup {
   padding-top: 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.register {
  position: absolute; 
  top: 220px; 
  left: 20px;
  width: 310px;
  text-align: center; 
}



