/* CSS Document */

#mother {
	position:absolute;
	width:900px;
	height:720px;
	z-index:20;
	left: 5px;
	top: 5px;
}
#sharedisplay {
	position:absolute;
	width:220px;
	height:115px;
	z-index:21;
	left: 450px;
	top: 20px;
	visibility: hidden;
	overflow: visible;
}

.podpicoutline {
	margin-top:0px;border: thin solid #FFFFFF;
}