﻿body {
	margin: 50;
	padding: 4;
	border: 10;
	font-family: Arial;
	font-style:normal;
	font-size: 76%;
	color: #00FFFF;
	background-color: #000000;
}

#panel1 {
	position:absolute;
	left:25px;
	top:450px;
	width: 100px;
}

#box 
{
	position:absolute;
}

.dynamicSticky
{
	position:absolute;
	left:400px;
	top:300px;
	width: 195px;
	height: 195px;
	background-image: url('./sticky.png');
	background-repeat :no-repeat;
	z-index: 1000;
}

.StickyElementTextbox
{
	background-color: Transparent;
	border-style:none;
	position:relative;
	left:15px;
	top:5px;
	height:115px;
	width:150px;
	overflow:auto;
}

.StickyElementDatebox
{
	background-color: Transparent;
	border-style:none;
	position:relative;
	left:20px;
	top:20px;
	width:125px;
	font-size:xx-small;
}

