@charset "utf-8";

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	color:#3b3b3b;
	background-color:#020202;	
	
   }

body{background:url(../images/site-bg.jpg) no-repeat #020202 top center; 
     height:100%;
	 border:0;
	 font-family:Verdana;
	 text-align:left;
	 font-size:.93em; /*equevalent to px*/
	 color:#000;
	 }
P{margin:0px;
  padding:0px;
 }
 
.clear_float{ clear:both;}
 
#wrapper{width:564px;
		 text-align:left;
		 height:100%;
         margin:0px auto;
		 padding:0px;
		 padding-top:42px;
		  }
		  
	  
.logo{background:url(../images/logo_03.png) no-repeat top center;
      width:564px;
	  height:158px;
      }
		  
.broken-line{background:url(../images/broken-line_07.png) no-repeat top center;
             width:564px;
	         height:19px;
			 text-align:center;}

.bottom-broken-line{background:url(../images/broken-line2_11.png) no-repeat top center;
                    width:564px;
	                height:2px;
					text-align:center;}

.text-container{font-family:Arial, Helvetica, sans-serif;
                font-size:14px;
				line-height:18px;
				color:#FFFFFF;
				padding:12px 20px 25px 20px;}
				
.sign-up-container{background:url(../images/singup-bg_15.gif) no-repeat top center;
                   width:564px;
		           height:69px;
				   float:left;
				   margin:22px 0px 0px 0px;
				   
				   }
				   
.text-field{background:url(../images/text-field_18.gif) no-repeat top center;
            border:0;
            width:389px;
		    height:49px;
			float:left;
			text-indent:20px;
			font-family:Arial, Helvetica, sans-serif;
			color:#999999;
			font-size:20px;
			
			}
			
.textfield-padding{width:410px;
                   padding:10px 0px 0px 18px;
				   float:left;			   
                   }
				   
input:focus { outline: none; }
				   
.sign-up-button{width:107px;
                height:49px;
				float:left;
				padding-top:10px;	}
				
#footer-container{font-family:Arial, Helvetica, sans-serif;
                  font-size:12px;
				  color:#FFFFFF;
				  text-align:center;
				  padding:0px 0px 6px 0px;
				  margin-top:40px;
				  }
				  
.line-footer{background:url(../images/line_26.gif) no-repeat top center;
             width:564px;
		     height:1px; text-align:center;}
				   

		  
