.helpmenu {
	list-style-type: none;
	margin-left:0;
}
.helpmenu li {
	margin: 5px 0 3px;
}
.help-contact {
	background: #fefbea;/*old - fff4e1*/
	font-size: 120%;
	position:relative;
	height:1%;/* for IE6 */
}
	.help-contact h4 {
		font-size: 100%;
		color: #004277;
		line-height: 1.2;
		margin-bottom: 2px;
		margin-top: 8px;
	}
	.help-contact p {
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.help-contact .inner {
		padding: 6px 12px;
	}
.jump-return {
	text-align:right;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dbeefd;
	font-size: 90%;
}
.jump-return a {
	background: url(../images/static/jump-to-top-arrow.png) 100% 2px no-repeat;
	padding-right: 12px;
}
#contact-form fieldset {
	border-bottom: 1px solid #daeefe;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#contact-form fieldset.buttons {
	border-bottom: 0;
	text-align: right;
}
#contact-form td {
	padding-left: 5px;
}
#contact-form input.small {
	width: 40px;
}
#contact-form input.med {
	width: 80px;
}
.help-overview-section {
	float: left;
	width: 215px;
	margin-bottom: 20px;
}
.help-overview-section.left {
	margin-right: 20px;
}
.help-overview-section h3 {
	border-bottom: 1px solid #daeefe;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 120%;
}

