/*Copyright © 2005-2021, Gabbrosoft LLC. All Rights Reserved.*/
/* Override bootstrap widths on the form inputs since otherwise they're 200px wide */
input,
select,
textarea {
	max-width: 100% !important;
}

.css_txtRed {
	color: #dc143c;
}

.css_lblSendMsg {
	color: #0033ff;
}

.css_lblSendMsgErr {
	color: #dc143c;
}

.css_divCaptcha {
	padding: 5px, 5px, 5px, 5px;
	/* border: 1px solid #985E6D; */
}