#prehat div.input, #menu div.input {
	height: 21px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	position: relative;
}
	div.input * {
		outline-style: none;
	}
	#prehat div.input .l, #menu div.input .l {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 21px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-input-l.png) 0 0 no-repeat;
		float: left;
	}
	#prehat div.input .r, #menu div.input .r {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 21px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-input-r.png) 100% 0 no-repeat;
		float: left;
	}
	#prehat div.input .m, #menu div.input .m {
		padding: 3px 0px;
		margin: 0px;
		height: 21px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-input.gif) 0 0 repeat-x;
		font-size: 11px;
		float: left;
	}
/*
#hat div.tarea {
	height: 54px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	position: relative;
}
	#hat div.tarea * {
		outline-style: none;
	}
	#hat div.tarea .l {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 54px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea-l.png) 0 0 no-repeat;
		float: left;
	}
	#hat div.tarea .r {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 54px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea-r.png) 100% 0 no-repeat;
		float: left;
	}
	#hat div.tarea .m {
		padding: 3px;
		height: 54px;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea.gif) 0 0 repeat-x;
		font-size: 11px;
		float: left;
		overflow: auto;
		overflow: hidden;
	}
#hat div.tarea120 {
	height: 120px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	position: relative;
}
	#hat div.tarea120 * {
		outline-style: none;
	}
	#hat div.tarea120 .l {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 120px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea-l-120.png) 0 0 no-repeat;
		float: left;
	}
	#hat div.tarea120 .r {
		padding: 0px;
		margin: 0px;
		width: 6px;
		height: 120px;
		overflow: hidden;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea-r-120.png) 100% 0 no-repeat;
		float: left;
	}
	#hat div.tarea120 .m {
		padding: 3px;
		height: 120px;
		border: none;
		background: transparent url(/images/forms/inputs/bg-tarea-120.gif) 0 0 repeat-x;
		font-size: 11px;
		float: left;
		overflow: auto;
	}
*/
/* ======== */
.submit-enter {
	width: 48px;
	background-image: url(/images/forms/btts/enter.gif);
}
.submit-logout {
	width: 48px;
	background-image: url(/images/forms/btts/logout.gif);
}
.submit-save {
	width: 72px;
	background-image: url(/images/forms/btts/save.gif);
}
.submit-search {
	width: 54px;
	background-image: url(/images/forms/btts/search.gif);
}
.submit-send {
	width: 70px;
	background-image: url(/images/forms/btts/send.gif);
}
.submit-order {
	width: 105px;
	background-image: url(/images/forms/btts/order.gif);
}
.submit-recalc {
	width: 83px;
	background-image: url(/images/forms/btts/recalc.gif);
}
/* ======== */
div.lbl {
	float: left;
	margin-top: 5px;
	width: 100%;
}

fieldset {
	padding: 0px 16px 16px 16px;
	margin-bottom: 8px;
	border: solid 1px #d6d6d6;
}
fieldset.intext {
	padding: 0px;
	border: none;
}
	fieldset legend {
		padding: 8px 8px;
		font-weight: bold;
		/*background: white;*/
		cursor: default;
		/*color: #5e5e5e;*/
	}

		fieldset label {
			display: block;
			clear: both;
		}

			fieldset div.input, fieldset div.tarea {
				float: right;
				margin-left: 6px;
			}

			fieldset input[type = 'text'], fieldset input[type = 'password'] {
				width: 232px;
			}
			fieldset input.select-custom {
				margin-top: 0px;
				border: dotted #d6d6d6 1px;
				border-top: none;
				float: right;
				clear: both;
				width: 234px;
				margin-left: 6px;
			}
			fieldset select {
				width: 236px;
			}
			fieldset textarea {
				width: 233px;
			}
			fieldset textarea.280 {
				width: 280px;
			}