.contactdetails {
	float: left;
	width: 280px;
}

.contactform {
	float: right;
	padding-right: 20px;
}

#form_errors_label {
	color: #ff0000;
}

.error {
	color: #ff0000;
}

.category {
		padding-top: 5px;
}
.category a{
	text-decoration: none;
	border-bottom: 1px dashed;
}

.category a.normal {
	text-decoration: underline;
	border-bottom: 0px;
}
table.seo_categories {
	width: 100%;
}
table.seo_categories td {
	width: 50%;
}
table.seo_categories td.selected {
	font-weight: bold;
}
.seo_links {
	padding-top: 5px;
}