body { 
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	background-color: #FBD9C1;
	font-size: 16px;
	font-weight: 500;
}

h1 {
	color: #BE1622;	
	letter-spacing: 120%;
}
h2 {
	color: #BE1622;	
	letter-spacing: 120%;
	margin-top: 90px;
}
h3 {
	font-size: 18px;
	color: #BE1622;	
	margin-bottom: 40px;
	letter-spacing: 110%;
}

hr {
	color: #BE1622;
	background-color: #BE1622;
	height: 4px;
	border: 0;
}

.pictureFrame {
	width: 450px;
	border: 6px solid #BE1622;
	border-bottom: 4px solid #BE1622;
	-moz-box-shadow:    5px 5px 8px 0px #333;
  	-webkit-box-shadow: 5px 5px 8px 0px #333;
  	box-shadow:         5px 5px 8px 0px #333;	
}

label { 
	display: inline;
	font-weight: 500;
}

input {
	border:3px solid #BE1622;
	width: 320px;
	height: 32px;
	padding: 5px;
}

input[type="radio"] {
  display: inline;
  display:none;
  width: auto;
  padding: 0px;
}

input[type="radio"] + span:before {
  display: inline;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 700;
  color: #BE1622;
}

input[type="radio"] + span:before {
  content: "\f10c"; /* circle-blank */
}

input[type="radio"]:checked + span:before {
  content: "\f111"; /* circle */
}

select {
	border:3px solid #BE1622;
	height: 32px;
	padding: 3px;
}

input[type=submit] {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #F4B002;
	background-color: #BE1622;
	width: 160px;
	height: 35px;
  	border: 0;
    padding: 0;	
    margin-left: 80px;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:    5px 5px 8px 0px #333;
  	-webkit-box-shadow: 5px 5px 8px 0px #333;
  	box-shadow:         5px 5px 8px 0px #333;
}

.registerFormRow {
	margin-bottom: 20px;
	text-align: left;
}
.registerFormSubmitRow {
	margin: 20px 0px 60px 0px;
}

.info-icon {
	vertical-align: middle;
	text-align: center;
	height: 30px;
	width: 25px;
	color: #fff;
	background-color: #BE1622;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 22px;
}

.modal-content {
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	background-color: #FBD9C1;
	font-size: 16px;
	font-weight: 500;
}