.etmoverlay_all {
 	background-color: white;
    margin-bottom: 0;
    padding: 3px 7px 0;
    position: absolute;
    z-index:100000;
}

.etmoverlay_topleft {
	top: 0px; 
	left: 0px;
    border-radius: 0 0 10px 10px;
}

.etmoverlay_topright {
	top: 0px; 
	right: 0px;
    border-radius: 0 0 10px 10px;
}

.etmoverlay_sidetopleft,.etmoverlay_sidebottomleft {
	left: 0px;
	border-radius : 0 10px 10px 0;
	padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.etmoverlay_sidetopright,.etmoverlay_sidebottomright {
	right: 0px;
	border-radius: 10px 0 0 10px;
	padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.etmoverlay_bottomleft {
	bottom: 0px; 
	left: 0px;
    border-radius: 10px 10px 0 0;
}

.etmoverlay_bottomright {
	bottom: 0px; 
	right: 0px;
    border-radius: 10px 10px 0 0;
}