@charset "utf-8";
/* CSS Document */
select {
	border: 1px solid #f3f3f3;
	width: 100%;
	padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #f3f3f3;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:hover option:hover {
	background-color: #ffff01;
	color: #000000;
}
input, textarea {
	border: 1px solid #f3f3f3;
	width: 100%;
	padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #f3f3f3;
	border-radius: 0; 
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #000000;
	border-radius: 0;
}
input[type="radio"] {
	width: unset;
}
textarea {
	resize: vertical;
}
select {
	max-height: 46px;
	height: 46px;
	background: url("/siteart/angle-down-solid.svg") no-repeat calc(100% - 10px) 13px;
	background-size: 18px;
	background-color: #f3f3f3;
}
input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}

.CaptchaImagePanel {max-width:200px;width:100%;padding: unset;margin: auto;}

.CaptchaAnswerPanel{
	width:250px;
	margin: auto;
}
.CaptchaWhatsThisPanel a{color:#333;}
.contact .CaptchaPanel {
	text-align: left;
	padding: unset;
	margin: unset;
}
.contact .CaptchaAnswerPanel {
	margin: unset;
	padding: 5px 0 0;
}
.contact #CaptchaAnswer {
	max-height: 36px;
}
.contact .CaptchaImagePanel {
	margin: unset;
	padding: unset;
}
.contact .CaptchaMessagePanel {
	padding: 5px 0 0 0;
}
.contact .CaptchaWhatsThisPanel {
	padding: unset;
}