.form-block{
	height:350px;
	width:280px;
	background:#cccccc;
	display:inline-block;
	position:relative;
	margin-bottom: 30px
}

.form-block .content{
	width:100%;
	float:left;
}

.form-block .head{
	height:66px;
	width:100%;
	float:left;
	font-size:28px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	padding-top:10px;
}

.form-block.yellow .head{
	background:url('../../img/reserve/headers.png') no-repeat bottom left;
}

.form-block.violet .head{
	background:url('../../img/reserve/headers.png') no-repeat 0px -66px;
}

.form-block.purple .head{
	background:url('../../img/reserve/headers.png') no-repeat 0px -132px;
}

.form-block.dark .head{
	background:url('../../img/reserve/headers.png') no-repeat top left;
}

input[type='submit']{
	background:#ff430f;
	color: #ffffff;
	font-size: 24px;	
	box-sizing:border-box;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:25px;
	border:none;
	text-transform:uppercase;
}

.form-block input[type='submit']{
	position:absolute;
	right:-15px;
	bottom: -24px;
}

.form-block.purple input[type='submit']{
	background:#911887;
}

.form-block.violet input[type='submit']{
	background:#D61853;
}

.text-input{
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
}

.text-input.single{
	padding-top:100px;
}

input[type='text']{
	background:#fff;
	border:none;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	width:100%;
	font-size:28px;
	color:#3d2f38;
	border-radius:6px;
}

#content{
	text-align:center;
}
.logout{
	display: none;
}
.form-block.disabled .logout{
	display:none;
	z-index:1000;
	right:auto;
	bottom:auto;
	display:none;
	left: -40px;
  	top: 340px;
}

.form-block.disabled input[type='submit']{
	display:none;
}


.form-block.disabled input[type='submit'].logout{
	display:block;
}

.form-block.disabled input[type='text']{
	background:#ddd;
	border:1px solid #fff;
}

.tire-info span{
	font-weight:bold;
}

.content.exists{
	padding-top:50px;
	padding-left:15px;
	padding-right:15px;
}

#driverTimes .content{
	padding-top:25px;
}

#languages a.active{
	color:#fff;
	background:#000;
}

#footer{
	width:100%;
	text-align:center;
  	padding-top: 15px;
}

#footer p{
	line-height:22px;
}

.msg-over{
	padding-top:4px;
	color:#ff430f;
	width:150%;
	margin-left:-25%;
}

.col-lg-6.lift-times{
	width: 33%;
  	float: left;
}
