﻿body {
   background: #000000;
   color:#cccccc;
   font-size:11px;
   color:#7d7b6e;
	font-family:  verdana, Arial, Helvetica, sans-serif;  
}

body, div
{
   padding: 0;
   margin:0;
}

#splashcontent
{
   position: absolute; 
	width: 1658px;
	height: 901px;
}
   #splashcontent a{
      text-decoration: none;
      color: #dfbc6a;
   }

.style1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
   
.msg
{
   width: 500px;
   margin:75px auto;
}

.logo
{
   margin-top:50px;
   margin-bottom:200px;
}

.intro{
   margin:0px auto;
   width: 1024px;
   height:638px;
   background:#000000 url('../img/framework/beta_intro.jpg') center left no-repeat;
}

   .dob_wrap{
      float:left;
      width: 190px;
      height: 150px;
      margin: 525px 0 0 430px;
   }

      .dob
      {
         width:175px;
         height: 100px;
         border-color: #3e3d36;
         border-width: 1px;
         border-style: solid;
         background: #181715;
         margin:0 auto;
         color:#CCCCCC;
	      font-family:  verdana, Arial, Helvetica, sans-serif;  
	      font-size: 10px;
	      text-align: center;
      }
         
         .agehead{
            margin:10px 0 5px 23px;
            float:left;
            display:block;
            color:#cccccc;
         }
         
         .format{
            float:left;
            margin:0 0 3px 30px;
         }
         .fields
         {
            display:block;
            float:left;
            margin-left: 30px;
         }
         .input {
            background: #282720;
            color:#cccccc;
            border-style:solid;
            border-width:1px;
            border-color: #000000 #8f8e86 #8f8e86 #000000;
            font-size:9px;
         }
         .error
         {
            display:block;
            float:left;
            color: #ff0000;
            clear:left;
            margin: 5px 0 0 20px;
         }
         .submit
         {
            display:block;
            float:right;
            margin: 5px 25px 0px 0;
         }
         
         .dob a{
            text-decoration:none;
            color:#dfbc6a;
         }