/* CSS Document */
.visibleDiv, #topLeft, #topRight, #bottomLeft, #bottomRight
{
	position: fixed;
	vertical-align: middle;
	text-align: center;
	z-index:99999;
}
 
#topLeft
{
	top: 10px;
	left: 10px;
}
 
#topRight
{
	top: 10px;
	right: 10px;
}
 
#bottomLeft
{
	bottom: 10px;
	left: 10px;
}
#bottomRight
{
	bottom: -7px;
	right: 10px;
}

