body {
	font-family: verdana, arial;
}
.inputText {
	border: 1px solid #CCCCCC;
}
a {
	color: #006600;
}
.mainDiv {
	position: absolute;
	top: 100px;
}
.topDiv{
	position: absolute;
	top: 10px;
}
.label {
	width: 150px;
	float: left;
	clear: both;
	text-align: right;
	font-size: 12px;
}
.consoleButton {
	padding: 2px;
	cursor: pointer;
	border: 2px solid #5CB85C;
	background-color: #F2F2F2;
	color: #006B3D;
}