body {
	background-color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	text-align:center;
	padding:0px;
	margin:10px;
}
h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
}
h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
}
p {
	margin:5px;
}
span {
	margin-left:5px;
	margin-right:5px;
}
input {
	margin-left:5px;
}
div {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	width:100%
}
div.panel {
	border:1px solid #D2D2D2;
	float:left;
}
div.header {
	background-color:#D2D2D2;
	color:#000000;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	line-height:20pt;
}
div.content {
	text-align:left;
}
div.form {
	margin-top:5px; 
}
div.space {
	border-style: none;
	font-size: 0px;
	height: 10px;
	float:left;
}
div.box {
	display: none;
	position: absolute;
	height: 120px;
	width: 200px;
	z-index: 100;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	border-style : solid;
	border-width : 3px;
	border-color : Gray;
	background-color: SteelBlue;
	color: White;
	padding: 10px;
	text-align: center;
}
table {
	border-collapse: collapse;
}
#button {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #333333;
	background-color: ButtonFace;
	padding:0px;
	height:25px;
	width:70px;
	cursor: pointer;
}
#button:active {
	background-color: #333333;
	color: ButtonFace;
}
.TextEntry {
	padding: 2px;
	background-color: White;
	border: 1px solid #888888;
	font-size: 8pt;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	width : 150px;
	height : 20px;
	vertical-align:middle;
}
