ul.errortext li {
	color: #FF4333;
    text-align: left;
    font-size: 14px;
	list-style-type: disc!important;
}
ul.errortext {
	-webkit-padding-start: 10px;
	
}
.register_submit_button{
	width:auto;
}

#registration input[type='checkbox']{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 5px 5px 0;
}
#registration input[type='checkbox'] + label{
	display: inline;
	font-weight: normal;
}
	#registration input[type='checkbox'] + label a{
		font-size: 16px;
	}