.err {
	display:none;
	color:red;
	font-size:0.8rem;
}

.errmsg_all {
	color:red;
	font-size:0.8rem;
}

.bx_cnfrm {
	font-family: "Source Sans Pro", sans-serif;
	width: 100%;
	padding: 12px;
/*	background: #F0F5F8;	*/
	background: rgba(163, 166, 168, 0.6)!important;
	color: #333333;
	border: solid 1px #E4E8EB;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-transition: background 0.15s, box-shadow 0.15s;
	transition: background 0.15s, box-shadow 0.15s;
	text-align:left;
}

.cmplt_mngr_info {
	font-size:2.0rem;
	font-style:bold;
}
.cmplt_team_info {
	font-size:1.2rem;
}
