.lightForm {
	position:absolute;
	left:0px; 
	top:0px; 
	z-index:200;
	background-color:#fff;
	visibility:hidden;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0 !important;
	border-top:4px #ccc solid;
	border-left:4px #ccc solid;
	border-bottom:4px #999 solid;
	border-right:4px #999 solid;
}

#tbl1 {
	width:300px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:9pt;
	background-color:#ffe;
	margin: 0px !important;
	padding: 0 !important;
	border:8px #005AC7 solid;
}
.tools {
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin: 0 !important;
	padding: 0 !important;
}
.body {
	font-size:16px;
	font-weight:normal;
	text-align:left;
}

.info {
	background-color:#dfd;
	color:#000;
	text-align:center;
	margin: 0 !important;
	padding: 2px 8px;
	border:2px #696 solid;
}

.error {
	background-color:#fe6;
	color:#f00;
	text-align:center;
	margin: 0 !important;
	padding: 2px 8px;
	border:4px #000 solid;
}

