#content .tabWrap {
	float: left;
	display: inline;
	height: 37px;
	padding: 8px 26px 0 0;
	margin-top: -5px;
	margin-bottom: 4px;
	margin-left: 0;
	color: #FBFAE4;
	background:  url("/images/bg_header_tab.png") no-repeat top right;
}

#content .tabWrap h2 {
	float: left;
	display:inline;
	margin: 0;
	padding: 0 12px;
	color: #FBFAE4;
	background-color: #9F2121;
}


#content div.entry {
	clear: both;
}

#content p.intro {
	margin-left: 6px;
	color: #9F2121;
}

#content ol#jumpNav {
	margin-left: 6px;
	padding-bottom: 3em;
	border-bottom: 1px #e0f0eb dashed;
}

#content ol#jumpNav li {
	list-style: none;
}

#content ol#jumpNav li a {
	color: #9F2121;
}

#content #standardColumn.column .entry h3 {
	margin-bottom: 0;
	color: #908b6d;
	border-bottom: none;
}

#content .helpSection {
	
}

#content .helpSection .helpContent {
	padding: 8px 8px 1px 8px;
	color: #9f2121;
	background-color: #e0f0eb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#content .helpSection .helpContent form {
	margin-bottom: 1em;
}

#content .helpSection p.top {
	margin-bottom: 2em;
	padding: 0 4px;
}

#content .helpSection p.top a:link,
#content .helpSection p.top a:visited {
	color: #a02222;
}
#content .helpSection p.top a:hover,
#content .helpSection p.top a:active {
	color:#908B6D;
}


/* Popup Account Tip
---------------------------------------------------- */

.popTip {
	color: #ED1F24;
	font-size: 0.85em;
}

.popTip .instructions p {
	margin-bottom: 1em;
}

.popTip form {
	margin: 0 -8px -8px -8px;
	padding: 8px 8px 1px 8px;
	background-color: #B8E0F6;
}

.popTip form p.terms {
}

.popTip form p.terms input.checkbox {
	float: left;
	margin-right: 8px;
}
.popTip form p.terms label {
}

.popTip form fieldset.actions {
	text-align: right;
	margin-top: 0.5em;
}

.popTip form fieldset.actions a.btn:link,
.popTip form fieldset.actions a.btn:visited {
	color: #a02222;
	border-color: #FBFAE4;
	background-color: #FBFAE4;
}


