#register{
	width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 30px;
    color: #5A2800;
    font-family: Arial, Helvetica, sans-serif;
}

#register_header{
	width:100%;
	height:32px;
	margin-top:10px;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#register_errors_header{
	width:100%;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#register_errors_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	margin-right:4px;
	float:left;
}

#register_errors_header_icon img{
	width:16px;
	height:16px;
}

#register_errors_header_text{
	width:calc(100% - 29px);
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
}

#register_errors{
	width:100%;
	background-color:#f1e0c6;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	position:relative;
	z-index:1;
}

.register_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.register_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.register_error_text{
	width:calc(100% - 20px);
	float:left;
}

#register_form{
	width:100%;
	margin-top:20px;
}

.register_section{
	width:calc(100% - 42px);
	border:solid 1px #d9c5a6;
	border-radius:1px;
	margin-top:20px;
	padding:20px;
	position:relative;
}
.register_section:first-child{
	margin-top:0;
}

.register_section_header{
	height:14px;
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	top:-7px;
	left:10px;
	background-color:#fef0d9;
	font-size:12px;
	font-weight:bold;
}

.register_form_row{
	width:100%;
	margin-top:15px;
}

.register_form_field{
	width:calc(50% - 20px);
	margin-left:40px;
	float:left;
}
.register_form_field:first-child{
	margin-left:0;
}

.register_form_field_header{
	width:100%;
	font-size:14px;
}

.register_form_field_input{
	width:100%;
	margin-top:5px;
}

.register_form_field input[type=text], .register_form_field input[type=password], .register_form_field select{
	width:calc(100% - 10px);
	height:16px;
	background-color:rgb(255 255 255 / 80%);
	padding:4px;
	border:solid 1px #c4b091;
	box-sizing:content-box;
	margin:0px;
	outline:0;
	color: #5A2800;
}

#register_captcha{
	width:100%;
	height:80px;
}

#register_captcha_image{
	width:215px;
	height:80px;
	float:left;
}
#register_captcha_image img{
	width:215px;
	height:80px;
}

#register_captcha_right{
	width:calc(100% - 235px);
	height:80px;
	margin-left:20px;
	float:left;
}

#register_captcha_info{
	width:100%;
	height:44px;
	font-size:14px;
}

#register_captcha_input{
	width:100%;
	height:26px;
	margin-top:10px;
}
#register_captcha_input input[type=text]{
	width:calc(100% - 10px);
	height:16px;
	background-color:rgba(255,255,255,0.3);
	padding:4px;
	border:solid 1px #c4b091;
	box-sizing:content-box;
	margin:0px;
	outline:0;
	color: #5A2800;
}

#register_rules{
	width:100%;
	font-size:14px;
}

#register_finalise{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:20px;
}

#register_submit{
	width:135px;
	height:25px;
	background:url('images/sbutton.gif');
	float:left;
	cursor:pointer;
}
#register_submit:hover{
	background:url('images/sbutton_over.gif'), url('images/sbutton.gif');
}

#register_submit_text{
	width:100%;
	height:16px;
	margin-top:4px;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7), 1px 1px 0 rgba(0,0,0,0.7);
	font-size:14px;
	color:#f1d4a5;
	pointer-events:none;
}

#register_cancel a{font-size: 14px;font-weight:400;text-decoration:none;}
#register_cancel a:hover{font-size: 14px;font-weight:400;text-decoration:none;}
#register_cancel a:visited{font-size: 14px;font-weight:400;text-decoration:none;}
#register_cancel a:active{font-size: 14px;font-weight:400;text-decoration:none;}

#register_cancel{
	width:135px;
	height:25px;
	background:url('images/sbutton.gif');
	float:right;
	cursor:pointer;
}
#register_cancel:hover{
	background:url('images/sbutton_over.gif'), url('images/sbutton.gif');
}

#register_cancel_text{
	width:100%;
	height:16px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7), 1px 1px 0 rgba(0,0,0,0.7);
	font-size:14px;
	color:#f1d4a5;
	pointer-events:none;
}

#register_agree{
	width:calc(100% - 155px);
	margin-left:20px;
	float:left;
	font-size:10px;
}

#register_success_header{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#register_success_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#register_success_header_icon img{
	width:16px;
	height:16px;
}

#register_success_header_text{
	width:calc(100% - 25px);
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

@media screen and (max-width: 576px) {
	.register_section{
		width:calc(100% - 10px);
		padding:20px 5px;
	}
	.register_form_row{
		margin-top:10px;
	}
	.register_form_field{
		width:100%;
		margin-left:0 !important;
		float:left;
	}
	.register_form_field:nth-child(2){
		margin-top:10px;
	}
	.register_error{
		width:100%;
	}
}