.course {
	float: left;
	width: 33%;
	margin-bottom: 25px;
}
.course p {
	margin: 0;
	padding: 0;
}
.course input {
	margin-bottom: 5px;
}
.course p.outdent {
	position: relative;
	left: -0.43em !important;
}
.courses .course p.outdent {
	font-size: 16px;
	line-height: 18px;
}
.form {
	width: 416px;
	padding-top: 30px;
	clear: both;
}
.form label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
.form .name {
	width: 100%;
	font-size: 18px;
}
.form .email {
	margin-top: 5px;
	font-size: 13px;
	width: 200px;
}
.form .phone {
	margin-top: 5px;
	position: relative;
	left: 6px;
	width: 200px;
	font-size: 13px;
}
.form .comments {
	width: 100%;
	height: 85px;
}
.form .submit {
	font-size: 16px;
}
