.tfih {
	display: none !important;
}
.persistableForm INPUT {
	border: 1px #d5d5d5 solid;
	background-color: #fff;
}
.persistableForm INPUT[type=text] {
	display: block;
	width: 235px;
	height: 22px;
	margin-bottom: 4px;
	background: url(../../pics/inputText.gif) repeat-x left center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ddd 0px 0px 5px;
	-moz-box-shadow: #ddd 0px 0px 5px;
	box-shadow: #ddd 0px 0px 5px;
}
.persistableForm TEXTAREA {
	display: block;
	width: 295px;
	border: 1px #d5d5d5 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #d5d5d5 0px 0px 6px;
	-moz-box-shadow: #d5d5d5 0px 0px 6px;
	box-shadow: #d5d5d5 0px 0px 6px;
}
.persistableForm INPUT[type=submit] {
	height: 24px;
	overflow: visible;
	padding: 0 15px;
	background: url(../../pics/inputSubmit.gif) repeat-x left center;
	color: #2da4eb;
	cursor: pointer;
}
.persistableForm H2 {
	padding-bottom: 10px;
}