.form-required {
	color: red;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
.section-pay-order h2{
	font-family: OpenSans-Regular;
}
.section-pay-order input.btn{
	padding: 9px 30px;
}
.section-pay-order .form-group{
	margin-left: 0;
	margin-top: 20px;
}
.section-pay-order .form-group:not(.submit){
	display: inline-block;
	margin-right: 20px;
}
.section-pay-order label.callback-need-agreement-check{
	cursor: pointer;
}
.section-pay-order .form-group.callback-need-agreement .title{
	margin-left: 5px;
}
.section-pay-order .form-group.callback-need-agreement .title a{
	white-space: nowrap;
	color: #1BBEB4;
}
.section-pay-order .form-group.callback-need-agreement .alert.alert-warning.callback-need-agreement-mess{
	display: none;
	text-align: left;
	border: 1px solid;
	border-color: #F16C4D;
	background-color: #F8D3C6;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.section-pay-order .is-valid{
	background: #efffef !important;
	border: 1px solid #5a9a5a !important;
}
.section-pay-order .is-invalid{
	border-color: #e62222 !important;
	background: #ffefef !important;
}
.section-pay-order input[type="text"]{
	border-radius: 20px !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
}
.section-pay-order input.order-number{
	width: 150px !important;
}
.section-pay-order input.order-phone{
	width: 250px !important;
}
.section-pay-order input[type="submit"]{
	border: none;
	outline: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFF;
	background: #f75e25;
	cursor: pointer;
	line-height: 16px;
	border-radius: 20px;
	padding: 10px 4% 10px !important;
	font-size: 18px !important;
	line-height: 20px !important;
}
.section-pay-order input[type="submit"]:disabled{
	opacity: .5;
	pointer-events: none;
	user-select: none;
}
.section-pay-order .html_content_frame.popup *{
	font-size: 12px;
	line-height: 18px;
}
