
body {
  margin: 0;
  padding: 0;
	background-color: #fff;
	font-family: Verdana,sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  border: none;
  margin-left: 20px;
}

form span { position:relative }
label  { position:absolute; top:0; left:0}  

.imgbox {
  margin-top: 50px;
}


div.container_box {
  width: 100%;
  margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

div.header_box {
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #fff;
  text-align: center;  
}

div.header_content {
  width: 960px;
  margin: 0 auto;
  background-color: #000;
  padding: 7px 0px 0px 10px;
  height: 45px;
}

div.footer_box {
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #fff;
  text-align: center;  
}

div.footer_content {
  width: 960px;
  margin: 0 auto;
  background-color: #000;
  padding: 7px 0px 0px 10px;
  height: 20px;
  color: #fff;
}


div.navigation {
  padding-left: 0px;
  padding-top: 10px;
  font-size: 13px;
  color: #fff;
}

div.navigation a {
  color: #fff; 
}

div.product_box {
  margin-top: -1px;
  width: 100%;
  padding: 20px 0px;
  background-color: #FFFFCC;
  min-height: 340px;
  border-bottom: 1px solid #fff;
  text-align: center;  
}

div.product_content {
  width: 960px;
  margin: 0 auto;
  padding: 7px 0px 0px 10px;
  color: #000;
  text-align: left;     
}


div.product_content_text {
  padding: 25px 0px 0px 0px;
}

div.signupline_box {
  width: 100%;
  padding: 10px 0px;
  margin-top: -1px;
  background-color: #48A4C6;
  text-align: center;  
  height: 64px;
  color: white;
}

div.signupline_content {
  width: 960px;
  margin: 0 auto;
  padding: 1px 0px 0px 0px;
  text-align: left;
}

div.signupline_content strong{
  font-size: 14pt;
}

div.signupline_content h3{
  color: #fff;
  padding-left: 305px;
}

div.container_halfmenu {
  width: 960px;
  margin: 0 auto;
}

div.halfmenu{
  width: 440px;
  margin: 0px 20px 0px 20px;
  float:left;
}

div.clear{
  clear: both;
  height:1px;
}

#subtext{
  font-size: 18pt;
}

#betatext{
  font-size: 11pt;
}

