h2 {
	position: relative;
	top: 0;
	margin-bottom: 20px;
	
	/* Required for IE has_layout*/
	width: 96%; /* was 100% */
}

h2 span, h2 em {
	position: absolute;
	left: 0;
	padding: 5px 10px 8px 10px;
	background: #fff;
	display: block;
	width: 99%;
	z-index: 5;
}
	h2 span {
		bottom: 27px;
		font-size: 14px;
		opacity: .9;
		filter:alpha(opacity=90);
	}

	h2 em {
		bottom: 0;
		font-size: 12px;
		opacity: .7;
		filter:alpha(opacity=70);
	}
	
h3 {
	margin-top: 20px;
}
