body{
	width: 100%;
	background-color: white;
	color: #122d54;
	font-family: 'Open Sans' !important;
	font-size: 15px !important;
	line-height: normal !important;
	padding: 0;
	margin: 0;
}


#registration_container_left{
	/* width: 470px; */
	margin-bottom: 50px;
}

#container_center{
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 80px;
}

#complete_form_text{
	margin-top: 30px;
	width: 700px;
}

#user_registration_header{
	font-size: 22px;
	padding-bottom: 5px;
	margin-top: 50px;
	text-transform: uppercase;
	font-weight: 600;
}

#header1{
	font-size: 20px;
	padding-bottom: 5px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

#title{
	font-size: 22px;
	padding-bottom: 5px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

#already_registered, #password_mismatch, #cant_create, #invalid_form{
	border: 3px solid red;
	color: red;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.registration_field{
	margin: 15px 0 15px 0;
}

.registration_field_label{
	font-size: 15px;
	margin: 5px 0 5px 0;
}

p.field_label{
	font-size: 15px
}

.registration_field_label span{
	color: red;
}

.required:after {
	color: red;
	content: ' *';
}

.registration_field_input{
	width: 100%;
	max-width: 480px;
	height: 28px;
}

.registration_field_input_block{
	width: 470px;
	height: 28px;
	display: block;
	margin-top: 10px;
}

.registration_field_check{
	width: 20px;
	height: 20px;
}

.registration_field_check_block{
	width: 20px;
	height: 20px;
	display: block;
}

td{
	padding-left: 30px;
	/* padding-right: 30px; */
}

#register_button_container{
	width: 470px;
/* 	text-align: right; */
	margin: 0px 0 50px 0;
}

#checkout_button{
	width: 250px;
	line-height: 2.5;
	/* background-color: rgba(205,66,39,1); */
	border: none;
	/* color: white; */
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	margin-top: 20px;
}

#back_button{
	width: 250px;
	line-height: 2.5;
	background-color: black;
	border: none;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	margin-top: 20px;
}
