/*---[POPUP CONTACT]---*/

.freeLessonBoxContainer {
	position: relative;
	z-index: 9999;

}

#freeLessonBox {
	background-color: #ffff00;
	padding-right: 50px;
	padding-left: 30px;
	color: #000;
	height: 500px;
	width: 35%;
	z-index:99999;
	text-align: center;
}

#freeLessonBox img{
	width: 80%;
	margin-top: 25px;
}

#freeLessonBox input[type="text"]{
	height: 20px;
	margin-bottom: 30px;
	font-size: 15px;
	width: 70%;
}

#freeLessonBox label {
	font-size: 20px;
	font-weight: bold;
}
#freeLessonBox input[type="submit"] {
	border: none;
	padding: 10px 25px 10px 25px;
	width: 120px;

}

.freeLessonBox h2 {
	z-index: 99999999;
	margin:0;
	font-size: 20px;
	margin-bottom: 15px;
}


#freeLessonBox input[type="submit"] {
	background-color: #000;
	color: #ffff00;
	font-weight: bold;
	font-size: 1.1em;
}
.default {
	display: none;
	position: absolute;
}

.toggle h1{
font-size: 0.9em;
color: #000;

}

.formTab {
background-color: #ffff00 !important;
border-radius: 0px 0px 10px 10px;
text-align: center;
z-index: 9999 !important;
position: fixed;
top: 200px;
left:0px;
transform: rotate(270deg);
transform-origin: 24% 60px;
padding: 15px;
font-size: 1.5em;

}


.displayed {
	display: block;
	position: fixed;
	margin: 0;
	top: 80px;
	border-radius: 0px 10px 10px 0px;
}

.collapseForm {
font-size: 1.1em;
color: #000;
}


.concerns {
	display: none;
}