@CHARSET "UTF8";

.icon-title::BEFORE {
	content: '\021';
}

.subhead {
	/*display: none;*/
	
}

.centerd {
	margin: 0px auto 0px auto;
}

.side_bar_divider {
	width: 100%;
	height: 2px;
	background-color: #CCC;
	margin-top: 2px;
}

.side_bar_divider_title {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	color: #606060;
}

.side_bar_spacer {
	min-height: 35px;
}

#recaptcha_logo {
	display: none !important;
}

.icon-last::before {
	content: "\e000" !important;
}

.icon-next::before {
	content: "\7d" !important;
}

.icon-previous::before {
	content: "\7c" !important;
}

.icon-first::before {
	content: "\7b" !important;
}

.icon-payment::before {
	content: "\79";
	color : #24748C;
}

.icon-multiple-insert::before {
	content: "\6b";
	color : #24748C;
}