@charset "UTF-8";

form{
	max-width:100%;
}

input,textarea{
	font-family: 'Raleway', sans-serif;
}

label,.formtext,.courseTitleWrapper{
	font-family:'ITC Avant Garde Gothic Book';
}

input,textarea,#name,#email,#companyName,#comments{
	color:#555;
	border:none;
	font-weight:300;
	font-size:14px;
	background-color: rgba(0,0,0,0);
}

#formCourseTitle{
	width:100%;
	position:relative;
	display:block;
	float:left;
	clear:left;
	height:45px;
	padding:5px 10px 5px 5px;
	margin:0px 0px 15px 0px;
	border-bottom: 1px solid #f7d68f;
}

.courseTitleWrapper{
	max-width:100%;
	font-size: 20px;
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	font-weight:700;
	letter-spacing: 0.03em;
    color:#f7d68f;
}

label{
	max-width:600px;
	font-size: 19px;
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	padding-left:5px;
	font-weight:700;
	letter-spacing: 0.03em;
    color:#555;
}

#name,#companyName,#email,#phoneNo{
	width:100%;
	position:relative;
	display:block;
	float:left;
	clear:left;
	height:45px;
	padding:5px 10px;
	margin:0px 0px 15px 0px;
	border-bottom: 1px solid #f7d68f;
}

#comments{
	position:relative;
	display:inline-block;
	float:left;
	clear:left;
	height:150px;
	width:100%;
	padding:10px;
    margin:0px 0px 20px 0px;
	resize:none;
	border-bottom: 1px solid #f7d68f;
	background-color: rgba(0,0,0,0);	
}

input[type=submit]{
	position:relative;
	display:inline-block;
	float:left;
	clear:left;
	color:#ffffff;
	padding:2px 20px;
	height:35px;
	font-size:14px;
	font-weight: 600;
    background: #937E3B; 


}

input[type=reset]{
	position:relative;
	display:block;
	float:left;
	color:#ffffff;
	padding:2px 20px;
	margin-left:20px;
	height:35px;
	font-size:14px;
	font-weight: 600;
    background-color:#937E3B;

}

#answerWrapper{
	position:relative;
	display:block;
	width:600px;
	margin:100px 0px 0px 25px;
	text-align:left;
}

.formtext{
	font-size:20px;
	background: -webkit-linear-gradient(#077BC0, #29a6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 28px;
}

