.QandA_header {
	position:relative;
	height:93px;
	width:100%;
	margin-bottom:12px;
}

.questionGroup { width:100%; }
.questionGroup h2 {
	color:#ff9900;
	border-top:1px solid #B8B8B8;
	border-bottom:1px solid #B8B8B8;
	padding:2px 0px;
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
}

.questionGroup p {
	margin-top:6px;
	float:left;
}
.questionGroup span{
	font-size:16px;
}
.questionGroup p span {
	font-weight:bold;
	color:#ff0066;
}

.otherQuestions {
	border-top:1px solid #ff9933;
	margin-top:15px;
}
	.otherQuestions h2 {
		font-size: 14px;
		margin:10px 0px;
	}
	.otherQuestions ul {
		list-style: none;
		margin: 0px;
		padding: 0px;	
	}
	.otherQuestions a:link, .otherQuestions a:visited {
		color:#666666;
		text-decoration:underline;
	}
		.otherQuestions a:hover {
			text-decoration:none;
			color:#ff0066;
		}
		
.pinksimplebutton, .pinksimplebutton:link, .pinksimplebutton:visited {
	display:block;
	padding:3px 10px;
	margin:0px 10px 0px 0px;
	float:left;
	color:#fff;
	background-color:#ff0066; 
	text-align:center;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
}

	.pinksimplebutton:hover {
		background-color:#ff0099;
	}
