h2{
    margin-bottom: 10px;
}
h5{
	margin:25px 0 10px 0;
	display:block;
	font-size: 25px;
}
input[type=text]{
	width: 80%;
	border: 1px solid #afafaf;
	border-radius: 2px;
	padding: 10px;
	font-size: 18px;
    font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
}
select{
	-webkit-appearance: none; /* Chrome, Safari */
  	   -moz-appearance: none; /* Firefox */
  	        appearance: none; /* Standard */
	background-color: #fff;
	border: 1px solid #afafaf;
	border-radius: 2px;
	padding: 10px;
	width: 80%;
	font-size: 18px;
    font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
}
select:focus{
	border: 1px solid #333399;
}
input[type=text]:focus{
	border: 1px solid #333399;
}
textarea{
	width: 90%;
	height: 100px;
	border: 1px solid #afafaf;
	border-radius: 2px;
	padding: 10px;
	font-size: 18px;
	font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
}
textarea:focus{
  border: 1px solid #333399;
}
html #recaptcha_area, html #recaptcha_table {
	position: relative;
	top: 0;
	left: 0;
}
#button{
	width: 200px;
	display: block;
	margin: 10px 0;
	border-radius: 2px;
	border: 1px solid #afafaf;
	padding: 7px;
	background-color: #efefef;
	font-size: 18px;
	font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
}
#button:hover{
	background-color: #fff;
}
#button:focus{
	background-color: #fff;
}
#note{
	clear: both;
	color:#555;
	display: block;
	margin: 120px 0 0 0;
	font-size: 18px;
}
#response{
	margin-top: 30px;
	border-radius: 2px;
	padding: 12px;
	text-align: center;	
}
.error{
	border: 1px solid #f00000;
	background-color: #ffe9e9;;
}
.warning{
	border: 1px solid #f9e300;
	background-color: #fbf7d6;
}
.success{
	border: 1px solid #00cb00;
	background-color: #efffef;
}
#fullsized_fields{
    clear: both;
    padding-top: 1px;
}
#fullsized_fields > *{
    width: 90%;
} 
.tiled_field{
	float: left;
    width: 50%;
}
#gender select{
	width: 42%;
}
#reload {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#captcha_box {
	width: 100%;
}
#captcha {
	width: 215px;
}
#captcha_box * {
	float: left;
}
#captcha_input {
	display: inline-block;
	margin-top: 9px;
}
#captcha_input * {
	display: block;
	margin-left: 20px;
}
/* Media Queries for mobile support. */
@media screen and (max-width: 1280px){
	#left, #right{
		width: 100%;
	}
	#captcha {
		width: 240px;
	}
	#captcha_box * {
		float: none;
	}
	#captcha_input * {
		margin: 0;
	}
	#captcha_input {
		margin-left: 0;
		display: block;
		width: 270px;
	}
	#note {
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 1000px){
    #gender{
        width: 100%;
    }
    #gender > select{
        width: 94%;
    }
    .tiled_field{
		width: 100%;
        float: none;
	}
	.tiled_field > input{
		width: 92%;
	}
	#fullsized_fields > * {
		width: 92%;
	}
}
@media screen and (max-width: 550px) {
	#content_wrapper {
		margin-top: 70px !important;
	}
	#response {
		padding: 0;
		margin: 0;
	}
}
/** 2025-07-25 New secureimage version */
.captcha_content .captcha_play_image { display: none; }
.captcha_content .captcha_content_html { display: inline-flex; }
.captcha_content label[for="captcha_code"] { display: none; }
.captcha_content input[name="captcha_code"] { margin-left: 20px; margin-top: 35px; height: min-content; }
.button_submit .input-submit { float: right; }
@media (max-width: 575px) {
	.captcha_content .captcha_content_html { display: block; }
	.captcha_content input[name="captcha_code"] {  margin-left: 0px;  margin-bottom: 35px; }
}
.captcha_info {
	clear: both;
	color: #555;
	display: block;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 18px;
}