/* TITLES AT EVERY PAGE*/
#title {
	border: none;
	width: 860px;
	position: relative;
	padding: 5px;
	text-align: center;
}

#errors {
	border: 1px solid #ffffff;
	width: 835px;
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-left: 15px;
	text-align: left;
	background-color: #eeeeee;
	line-height: 1.5;
}

.error_title {
	color: #CF3030;
	font-weight: bold;
}

.contact_form {
	background: url('/img/form_line.gif') bottom repeat-x;
	text-align: left;
}

#errors_list {
	list-style: none;
}

#errors_list li.point{
	list-style: none;
	background: transparent url('/img/list_point2.gif') left no-repeat;
	padding-left: 15px;
	position: relative;
}

h2 {
	font-size: 17px;
	line-height: 1.5;
}
