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


