@charset "utf-8";
/* CSS Document */
form {
	gap: 15px;
}
form * {
	gap: 15px;
}
input, select, textarea {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; border-radius: 0; 
	background-image: none; 
	font-family: "acumin-pro", sans-serif!important;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #3c3f43;
	width: 100%;
	padding: 10px 15px;
	resize: vertical;
}
select {
	border: 1px solid #3c3f43;
	width: 100%;
	padding: 10px 15px;
}
input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}
textarea {
	height: 60px;
}
.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	width:250px;
	margin: auto;
}
.CaptchaWhatsThisPanel a{color:#3c3f43;}
.CaptchaMessagePanel {
	font-weight: normal!important;
}