
TR {
	background-color : Aqua;
}

.lainputtext {
	border : thin solid Blue;
	font : bold medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Aqua;
}

#helpled {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
