body, input { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        line-height:110%
        
        }
      h1, #realname {  
        font-size: 48px; 
        line-height:120%;
        text-align:center; 
        }
      h2 {  
        font-size: 14px; 
        text-align:center;
        }
      #button {  
        width: 300px; 
        height:40px; 
        font-size: 15px; 
        font-weight:bold; 
        }
      #emburl	{
        font-size: 10px;
				border: 1px solid #aaa;
				width: 280px;
				background-image:url(inputbackground.gif);
				padding: 1px 1px;
				}
      a { color:black;  }
      a:hover { 
        color:white; 
        background-color:black 
        }
      img 
        { border:none; }
      div.extend {
      
      width:290px;
      font-size:11px; 
      text-align:left;
      border:1px solid #aaa; 
      padding:4px; 
      display:none; 
      margin:0 auto; 
      margin-top:-33px; 
      background-color:white;
      
      }
      
      .close {
      
      float:right; margin-left:5px; margin-bottom:5px; font-weight:bold;
      
      }