/* CSS Document */

.hotSpot {
	cursor: default;
}

area:link, area:hover {
	cursor: default;
}

/*.FeedbackBox {
	position: absolute;
	z-index: 2;
	left: 300px;
	top: 200px;
	width: 402px;
	visibility: hidden;
}

.FeedbackBoxText {
	font-size: 1em;
	background-image: url(../images/FeedbackBoxBkgrd.gif);
	background-repeat: repeat-y;
	height: 50px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.FeedbackBoxContinue {
	background-image: url(../images/FeedbackBoxBkgrd.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.FeedbackBoxContinue input {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}*/

.debugText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.debugText caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.debugText th {
	text-align: left;
}

.textFieldInput {
	background-color: #FFFFC3;
	border-color: #000000;
	border-width: 0px;
	/*border-style: hidden;
	background: none;
	border-width: 0px;*/
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.preview {
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

