@import url("/styles/main.css");

label {
	color: #fe9;
	font: 11px Tahoma, sans-serif;
}
.text {
	width: 200px;
	background: transparent;
	color: #fe9;
	font: 11px Tahoma, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #000 #963 #963 #000;
	cursor: text;
}
.textarea {
	width: 100%;
	height: 50px;
	overflow: auto;
}
.button {
	width: 65px;
	background-color: #963;
	color: #fe9;
	font: 11px Tahoma, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #a74 #852 #852 #a74;
}
.yBorder {
	border: solid 2px #fd0;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w500 {
	width: 500px;
}
.w100p {
	width: 100%;
}
.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.left {
	text-align: left;
}
.pL10 {
	padding-left: 10px;
}
.tTbl {
	width: 420px;
	margin: 0px auto;
}
table#fieldTbl_0, table#fieldTbl_1, table#fieldTbl_2, table#fieldTbl_3 {
	display: none;
}
textarea#tFld17 {
	height: 100px;
}
