.visibleDiv, #topLeft, #topRight, #bottomLeft, #bottomRight
{
    position: fixed;
    width:100%;
    border: solid 1px #3A5896;
    vertical-align: middle;
    background: #758EBB;
    text-align: center;
	color:#003399;
	font-family:Tahoma;
	font-size:14px;
	padding:4px;
	padding-left:10px;
	border-radius: 1px 1px;
	text-align:left;
}

#topLeft
{
    top: 0px;
    left: 0px;
}

#topRight
{
    top: 10px;
    right: 10px;
}

#bottomLeft
{
    bottom: 20px;
    left: 6px;
}

#bottomRight
{
    bottom: 10px;
    right: 10px;
}