/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; overflow:hidden; } 
.view_modal { position: absolute; left: 50%;	top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }

div.container { 
	width: 700px;
	margin: 10px auto;
}
div.exemplo { 
	margin: 20px 0;
	padding: 10px;
}
div.modalExemplo { 
	width:875px; 
	height:498px; 
	padding-top:30px; 
	position:relative;
}

*+html div.modalExemplo { 
	width:875px;  
	height:498px;
}

div.introducao { 
	width:875px; 
	position:relative; 
	margin-left:10px; 
	top:-10px;
}

*div.introducao { 
	width:875px; 
	height:498px; 
	margin-left:0px; 
	top:0px;
}

*+html div.introducao { 
	background:url(../images/background/gb-splash.jpg)
}
