#pages_left {
	float: left;
	width: 600px;
}

#pages_right {
	float: left;
	margin-left: 25px;
	width: 300px;
}

.faq_question {
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	display: inline;
}

.faq_answer {
	padding-left: 30px;
	font-size: 9pt;
}

#contact_form {
	margin-top: 10px;
}

.contact_select {
	width: 602px;
}

#groupsSearchFieldFrame label {
	display: block;
	width: 100px;
	float: left;
}

.error {
	color: red;
	display: none;
}

.messagesViewed {
	color: darkgreen;
}

.select_day {
	width: 42px;
}

.select_month {
	width: 100px;
}

.select_year {
	width: 60px;
}

.ajax_link {
	cursor: pointer;
	color: black;
}

.ajax_link:hover {
	text-decoration: underline;
}

.settings_box {
	border: 1px solid #808080;
	margin-top: 10px;
	background-color: #F6F6F6;
	padding: 5px;
}

.settings_inner_box {
	border: 1px solid #808080;
	margin-top: 10px;
	background-color: #e1e1e1;
	padding: 5px;
}

.settings_box input {
	width: 430px;
}

.settings_submit {
	margin-top: 5px;
}

.settings_error {
	width: 480px;
}

.profile_dates_headline {
	color: #9BB719;
	font-weight: bold;
}

.profile_dates_headline_own {
	color: #901A46;
	font-weight: bold;
}

.profile_date_entries {
	margin-left: 5px;
	margin-top: 5px;
}

.info {
	font-size: 10px;
	color: red;
}
