html {
   height: 100%;
   *overflow-y: hidden;
}
body {
   height: 100%; 
   margin: 0; 
   padding: 0;
   *overflow-y: auto;
   background-color:#b9bdc0;
}

div.scroll { 
   height: 400px; 
   width: 600px; 
   overflow: auto; 
   border: 1px solid #666; 
   background-color: #d2d7db; 
   padding: 8px; 
   margin-top: 25px; 
   text-align: left; 
   position: absolute; 
}

div.titlebar {
   background-image: url(/app/images/NTO_Launcher_header_bkg.jpg);
   background-repeat: repeat-x;
}

div.nojs { 
   background-color: #d2d7db; 
   color: black;
   border: 1px solid #666;
   width: 600px; 
   position: absolute; 
   padding-top: 15px;
   padding-bottom: 15px; 
}

div.ldiv { 
   margin-right: 19px;
   background-color: #d2d7db; 
   color: black;
   border: 1px solid #666;
   width: 600px; 
   position: absolute; 
   top: 543px; 
   padding: 15px 11px 15px 5px;
}

#bg {
   position: fixed; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%;
   *position: absolute; 
   *z-index: -1;
}

#content {
   position: relative; 
   z-index: 1;
   *position: static;
}

#accept{
	padding:2px;	
}

