.pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    
    top: 0px;
	bottom: 0px;
	
	z-index: 999999;
    
    
    height: 100%;
    
    /* width default */
    width: 100%;
    padding: 0px;


    /* These styles are optional, and describe how the pageslide will look */ 	   
    background-color: white;
    
}


.formDashboard .pageslide > .divConteudo{
	top: 0px;
}

.conteudoDashboard .pageslide {
	
	background-color: white;
}

.formDashboard .pageslide > #formMenuLateral{
	margin-top: 0px;
}