.prof_field_content {
	overflow: auto;
}
.course_info {
	float: left;
}
.reg_btn {
	float: right;
	width: 180px;
	height: 39px;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	background-image: url(http://ksp.vfu.bg/images/reg_button.gif);
	background-repeat: no-repeat;
	opacity: 0.25;
}
.reg_btn:hover {
	text-decoration: underline;
	cursor: pointer;
}
.prof_field:hover .reg_btn {
	opacity: 1.0;
}

.reg_form {
	width: 415px;
	float: left;
}
.form_errors {
	width: 220px;
	margin-left: 5px;
	padding-top: 3px;
	float: left;
}
.form_errors div {
	width: 202px;
	height: 34px;
	margin-top: 9px;
	padding-left: 20px;
	background-image: url(http://ksp.vfu.bg/images/error_arrow.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	visibility: hidden;
}
#firstname_error, #surname_error, #city_error, #mail_error, #course_error, #month_error_exams {
	line-height: 30px;
}

label {
	font-weight: bold;
}
input {
	width: 410px;
	margin-bottom: 5px;
}
select {
	width: 410px;
	margin-bottom: 5px;
}
.submit_btn {
	width: 150px;
	height: 40px;
	margin-left: 125px;
}
.success{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.add_info {
	margin-top: 20px;
}
.add_info p {
	font-size: 12px;
	margin-bottom: 5px;
}


.exams_info {
	width: 650px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
	background-image: url(http://ksp.vfu.bg/images/exam_sessions_separator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.exams_info:hover .exams_buttons {
	opacity: 1.0;
}
.normal_ul {
	float: left;
}
.exams_buttons {
	width: 395px;
	height: auto !important;
	float: right;
	margin-right: 10px;
	opacity: 0.25;
}
.exams_buttons:hover a {
	opacity: 1.0;
}
.exams_buttons a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.exams_buttons a:hover {
	text-decoration: underline;
}
.exam_program_btn, .online_btn {
	width: auto;
	height: auto;
	padding: 5px;
	margin-left: 10px;
	background-color: #196767;
	border-radius: 10px;
	text-align: center;
	float: left;
}
.online_btn {
	background-color: #f39032;
}
