/* CSS Document */

.PageMover .TabBox {
   margin: 10px;	
}

#canvas{
    margin: 0px auto;   
}

#ContentBody .Background{
   width: 100%;
}

footer {
   width:781px;

}

.PageMover{
	width: 781px;
}

.NumberBox p{
    margin: 0px;
    margin-right: 10px;
}

.helpbox li{
   margin-bottom: 10px;	
}


@media print{
    
	
  html{
	   display: table;	
	   width: 580px;
	   height: 970px;
	   position: absolute;
	   top: 0px;
	   left: 0px;
	}
	
    body{  
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	height: 970px;
	width: 580px;
	max-width: 580px;  
	max-height: 100%;    
   }
   
   body.IsAndroid{
	   padding-left: 240px;   
   }
    
   #wrapper{
	   transform: rotate(90deg);
	   display: inline-block;
	   margin-left: -200px;
	      
   }
   
   body.IsAndroid #wrapper{
	   transform:  rotate(90deg) scale(0.8);   
   }
   
  
}

