 body {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	background:#111111;
	background: url('p2p.jpg') ;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
 } 
 
a:link,a:active,a:visited { text-decoration: none; color : #FCA446; }
a:hover     { text-decoration: none; color : #ffffff; }
 
input{ 
font-family: Arial, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 16px; 
color: #000000;
text-align: center;
padding:12px;
width:300px;
text-shadow: 0px 0px #101010;
box-shadow: 0px 0px 0px #000000;
background: #ffffff;
border-radius:5px;
border: #aaaaaa 0px solid;
} 

#login_content
{ 
	 left:0px; 
	 top: 10px;	 
	 margin-left: auto; 
	 margin-right: auto; 
	 background-image: url('box.png');
	 background:#3f3f3f;
	 border:solid #333333 0px;
	 opacity:0.9;
	 border-radius: 50px;
	 position: relative;  
	 width: 428px;
	 height: 300px;
	 overflow: hidden;
	 z-index:9;
}			 
 
 #login_signup_recover_content
{ 
     font-family: "Arial", "arial", "helvetica", "sans-serif";
	 font-size: 14px;
	 color: #ffffff;
	 margin-left: auto; 
	 margin-right: auto; 
	 text-align: center;
	 background: url('logo.png') no-repeat center;
	 text-shadow: 0px 0px #000000;
	 font-weight: bold;
	 width:428px;
	 height:300px;
	 left: 0px; 
	 top: 0px; 
	 position: relative; 
	 z-index:9;
} 

#help
{ 
  
	 font-family: "Segoe UI", "arial", "helvetica", "sans-serif";
	 font-size: 19px;
	 color: #2BFF00;
	 text-align: center;
	 padding:0px;
	 width:90%;
	 left: 5%; 
	 top: 27px; 
	 position: absolute; 
	 z-index:9;
} 

#up
{ 
     font-family: "Arial", "arial", "helvetica", "sans-serif";
	 font-size: 13px;
	 color: #aaaaaa;
	 text-align: center;
	 left: 50px; 
	 top: 110px; 
	 position: absolute; 
	 z-index:9;
}  

#contact
{ 
     font-family: "Arial", "arial", "helvetica", "sans-serif";
	 font-size: 13px;
	 color: #aaaaaa;
	 left: 10%; 
	 bottom: 5px; 
	 border-top:solid #ffffff 1px;
	 text-align: center;
     width:80%;
	 position: absolute; 
	 z-index:9;
}
 
 #nb1
{ 
     font-family: "Arial", "arial", "helvetica", "sans-serif";
	 font-size: 15px;
	 color: #ffffff;
	 margin-left: auto; 
	 margin-right: auto; 
	 text-align: left;
	 font-weight: bold;
	 width:416px;
	 padding:7px;
	 left: 0px; 
	 top: 10px; 
	 position: relative; 
	 z-index:9;
} 