@charset "utf-8";
input, select, checkbox, textarea {
	color: #0f0f0f;
	background-color: #FFFFFF;
	border: thin solid #0f0f0f;
	position: static;
}
.button {
	color: #FEB425;
	border: medium outset #FEB425;
	background-image: url(../images/HBar.png);
	font-weight: bold;
	background-color: #7D7E7C;
}
.button:Hover {
	color: #0f0f0f;
	border: medium inset #999999;
	background-image: url(../images/hovermjj.gif);
}

input:focus, select:focus, checkbox:focus, textarea:focus  {
	color: #000000;
	background-color: #C1C1FF;
}
label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #FEB425;
	background-image: url(../images/HBar.png);
	width: 152px;
	margin-top: 5px;
}
.thrColHybHdr #container #mainContent form p {
	font-size: 12px;
	font-weight: bold;
}

