body{
	background-color: white;
	background-image:url(../img/background_genehunter.png);
	font-family: palatino, serif;
}
div.main {
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:1%;
	width: 80%;
	background-color: white;
}
div.main h1 {
	color: red;
}
div.main h3 {
	font-size: 14px;
}
div.main h2 {
	font-size: 14px;
}
fieldset.credit {
	background-color: #EEEEFF;
}
p.credit {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#leftSideBar {
	float: left;
	margin-top: 10px;
	margin-left: 1%;
	width: 14%;
}
#topBar {
	float: top;
	margin-top: 0px;
	height: 70px;
	width: 100%;
}
#error {
	font-size: 10px;
	margin-left: 10px;
}
p.error {
	background-color: red;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p.good {
	background-color: green;
	color: white;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p.info {
	background-color: blue;
	color: white;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p.warning {
	background-color: #FF9900;
	color: white;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
#banner {
	float: left;
	width: 500px;
}
#title {
	float: left;
	width: 20%;
}
input.txpar {
	width: 100%;
}
input.tx {
	width: 200px;
	background-color: #CC6633;
	color: white;
}
div.main fieldset {
	border: 1px dotted #006699;
}
#fieldOperation {
	float: left;
}
#fieldCommandList {
	float: left;
	width: 200px;
}
#selectCommandLines {
	width: 200px;
	size: 10;
}
#fieldComment {
	float: left;
	width: 200px;
}
div.main legend {
	font-size: 14px;
	color: #006699;
}
#commentArea {
	width: 100%;
	height: 100px;
	border: 2px solid #cccccc;
}
#errorArea {
	width: 100%;
	height: 100%;
	border: 2px solid #cccccc;
}
#resultArea {
	width: 100%;
	height: 400px;
	border: 2px solid #cccccc;
}
#launchButton {
	float: right;
}
#saveButton {
	float: right;
}
option.selectLabel {
	background-color: red;
	color: white;
}
