input.prompt {
	border:1 solid transparent;
	background-color:#99ccff;
	width:70;
	font-family:arial;
	font-size:12;
	color:black;
} 

td.titlebar {
	background-color: #E50600;
	color: White;
	font-weight:bold;
	font-family:arial;
	font-size:12;
} 

table.promptbox {
	border:1 solid #ccccff;
	background-color:#FFC14C;
	color:black;
	padding-left:2;
	padding-right:2;
	padding-bottom:2;
	font-family:arial;
	font-size:12;
} 

input.promptbox {
	border:1 solid #0000FF;
	background-color:white;
	width:100%;
	font-family:arial;
	font-size:12;
	color:black;
}

