
#submit_instructions {
	font-size:16px;
	color:#975058;
	font-weight:bold;
	line-height:110%;
	border-radius:6px;
	border:1px solid #874048;
}

#submit_instructions {
	margin-left:0px;
}
.alert-symbol {
	float:left;
	margin-left:8px;
	margin-top:2px;
	width:30px;
	height:30px;
	background-image:url(/images/shared_images/alert-small-red.png);
	background-repeat:no-repeat;
}
.alert-text {
	float:left;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	color:#b94a48;
}

#print_summary_panel {
	float: right;
	margin-right: 12px;
}
#summary_header div {
	font-size: 12px;
	font-weight:bold;
	padding:3px;
}
.summary-table-header {
	font-size:13px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
}
#response_header {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
	border-bottom:1px solid #999999;
}
#preamble_panel, #anonymous_panel  {
	margin:10px 50px 10px 50px;
	border: 1px solid #999999;
	border-radius:4px;
	padding:10px;
}
#test_mode_panel {
	color:red; 
	width:100%; 
	text-align: right;
}
h1.wizard-header {
	position: relative;
}

h1.wizard-header:after {
	content: '';
	clear: both;
	display: table;
}