.text-field {
	border: 1px solid #7F9DB9;
	height: 1.3em;
	background-color: #FFFFFF;
}
.select-field {
	border: 1px solid #7F9DB9;
	height: 1.5em;
}
.TT-Box-Outer {
	position: absolute;
	z-index: 100;
	width: 9em;
	visibility: hidden;
	background-color: #FFCCFF;
	margin-left: 10px;
	border: 3px double #660066;
	color: #660066;
	cursor: default;
}
.TT-Box-Inner {
	text-align: left;
	margin: 0;
	padding: 5px 10px;
}
.the-X {
	text-decoration: none;
	color: #660066;
	float: right;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #660066;
	border-bottom: 1px solid #660066;
	padding: 0 2px;
	margin-left: 5px;
	cursor: pointer;
	background-color: #FFCCFF;
}

.alink:link {
	text-decoration: none;
}

.alink:visited {
	text-decoration: none;
}
	
.alink:hover {
	text-decoration: underline;
}
