.form_left p {
	font-weight: 600;
}

.formgenerator hr ,.paymentform hr{
	background-color: #d6d6d6;
	border-bottom: 1px solid #fff;
}

.formgenerator .form_left p,.paymentform .form_left p {
	font-size: 14px;
	line-height: 15.5px;
}

.formgenerator .custom-select, .paymentform .custom-select {
    line-height: 1.2;
    border-radius: 3px;	
    padding: 5px 10px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	outline: none;
	resize: none;
}

.formgenerator .custom-select:active,
.formgenerator .custom-select:focus,
.paymentform .custom-select:active,
.paymentform .custom-seelct:focus {
	border: 1px solid #00b0f2;
	-webkit-box-shadow: inset 0px 0px 0px 1px #00b0f2;
	-moz-box-shadow: inset 0px 0px 0px 1px #00b0f2;
	box-shadow: inset 0px 0px 0px 1px #00b0f2;
}