@charset "utf-8";
/* CSS Document */


#selfpay h3{
	background: -webkit-linear-gradient(top, #FFFFFF 45%, #EFF0F0 55%);
	background: linear-gradient(to bottom, #FFFFFF 45%, #EFF0F0 55%);
	padding:5px 22px 3px;
	color:#666666;
	border: 1px solid #ccc;
	position: relative;
}

#selfpay h3:after {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	content: '';
	width: 5px;
	height:10px;
	height: calc(100% - 1em);
	background-color: #5E8AB9;
	border-radius: 2px;
}

