#myform .has-error {
	border: 1px solid #f00 !important;
}

#myform .request-price-output {
	display: none;
	margin-bottom: 0px !important;
}

#myform .request-price-error {
    color: #ff0000 !important;
}

#myform .request-price-success {
    color: #438E44 !important;
}

#myform .instock-message {
    color: #438E44 !important;
	margin-bottom: 0;
	white-space: nowrap;
	font-weight: 600;
	line-height: 1.2;
}