
.tourney_page_banner {
	text-align: center;
}

.tourney_page_banner img {
	max-width: 100%;
}

.tourney_page .game_area_description {
	margin-top: 0;
}

body.v6 .rightcol h3 {
	color: #67c1f5;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

			font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}

.apply_buttons {
	text-align: center;
}

.apply_buttons .btn_medium {
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.tourney_form_left {
	float: left;
	width: 33%;
}

.tourney_form_center {
	display:inline-block;
	width: 33%;
}

.tourney_form_right {
	float: right;
	width: 33%;
}

.form_area > input[type=text],select,textarea {
	background-color: #1F2738;
	width: 90%;
	border: 1px solid #000;
	box-shadow: 1px 1px 0px #45556c;
	line-height:18px;
	color:#acb2b8;
}

.tourney_form {
	background-color: rgba(0,0,0,0.2);
	padding: 18px;
	line-height: 18px;
}

.date_select > select {
	width: 30%;
}

.form_area {
	padding: 10px 0px 0px 0px;
}

.checkboxContainer input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	background-color: #1F2738;
	border: 1px solid #000;
	box-shadow: 1px 1px 0px #45556c;
	display: inline-block;
	transition-duration: 0.2s;
	width: 14px;
	height: 14px;
	content: '';
	margin-right:10px;
}

input[type=checkbox]:checked + label:before {
	box-shadow: 1px 1px 0px #45556c;
	background-color: #acb2b8;
}

#error_display {
	color: #FFA500;
}