/* CSS Document */
#background {
  background: url("../images/background.jpg");
  background-repeat: repeat-x;
}
#page {
  width: 880px;
  height: 900px;
  background: url("../images/enter_bg.jpg");
  background-repeat: no-repeat;
  margin-left:auto;
  margin-right:auto;
  padding-top: 110px;
  font-family: verdana, arial, helvetica;
  font-size: 7pt;
  font-weight: bold;
  text-align: left;
}
#formDiv {
  width: 380px;
  height: 615px;
  margin-left: 450px;
  overflow:hidden;
}

.formLine {
  text-align: right;
  padding-bottom:3px;
}
.formColumn {
  float:left; 
  width:180px;
  text-align: left;  
}

#clickHereDiv {
  margin-left: 575px;
}

#securityDiv {
  float:left;
  width:220px;
  margin-left:20px;
  border:2px solid #ddd;
}
#conditionsDiv {
  font-family: arial, helvetica;
  width: 590px;
  margin-left: 45px;
}
#termsDiv {
  width: 380px;
  height: 465px;
  margin-left: 460px;
  overflow: auto;
}
#footerDiv {
  color: white;
  margin-top: 35px;
  text-align: center;
}
#footerDiv a {
  color: white;
}
#footerDiv a:hover {
  color: #35ace6;
}
input {
  font-size: 8pt;
}
td {
  font-family: verdana, arial, helvetica;
  font-size: 7pt;
  font-weight: bold;
  text-align: left;
}
a {color: black;}
a:hover {color: #666;}

.headText {margin-top:5px;margin-bottom:5px;}

.clear {clear:both;}
.spacer {clear:both;padding-top:5px;}
a img {border:0;}

ul {list-style: none;margin:0;padding:0;}
li {padding-left: 10px;padding-top:5px;}

h1 {
  font-size: 12pt;
}
