/* Reset every element */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

tbody {
	vertical-align:top;
}

.clear {
	overflow:hidden;
	width:100%;
}

/* Typography */

html, body {
	font-family:dejarip, verdana;
	font-size:12px;
	background:#deedfb;
}

a:link, a:visited {
	color:#ee3124;
}

h1 {
	font-size:22px;
	color:#444;
	margin:0 0 16px 0;
	font-weight:normal;
}

h2 {
	font-size:19px;
	color:#2e5eaf;
	margin:12px 0 9px 0;
	font-weight:normal;
}

h3 {
	font-size:12px;
	color:#888;
	margin:9px 0 6px 0;
}

p {
	margin:0 0 12px 0;
	text-align:justify;
	line-height:21px;
}
	p a {
		font-weight:bold;
	}

pre {
	font-family:inherit;
	margin:0 0 6px 0;
}

ol, ul {
	margin:12px 0 0 25px;
	text-align:justify;
}
	ol li, ul li {
		margin:0 0 9px 0;
		line-height:18px;
	}

/* Structure elements */

/* Header */
.header {
	height:90px;
}
	.header_wrap {
		width:950px;
		margin:0 auto;
		position:relative;
	}
	.home_link {
		display:block;
		width:210px;
		height:76px;
	}
	.header_logo {
		position:absolute;
		top:14px;
		left:0;
		width:220px;
		height:76px;
		background:url(/img/logo.png) no-repeat;
	}

.sub_header {
	position:relative;
	height:200px;
	width:950px;
	margin:0 auto;
}
	.sub_header .credo {
		position:absolute;
		top:15px;
		left:15px;
		height:44px;
		z-index:100;
		color:#fff;
		font-size:19px;
		letter-spacing:1px;
		line-height:33px;
	}

/* Slideshow */
.pics {
	height:200px;
	width:750px;
	position:absolute;
	top:0;
	left:0;
}
	.pics img {
		width:750px;
		height:200px;
		top:0;
		left:0;
	}	

/* Navigation */
.navigation {
	position:relative;
	width:950px;
	margin:0 auto;
}
	.navigation_wrap {
		position:absolute;
		right:0;
		top:24px;
		height:36px;
		z-index:100;
	}
		.menu_item {
			float:left;
			margin:6px 0 0 6px;
		}
			.menu_item:hover {
			}
			.menu_item a:link, .menu_item a:visited {
				color:#333;
				font-size:14px;
				text-decoration:none;
				width:100%;
				height:100%;
				display:block;
				padding:5px 9px;
				text-shadow:1px 1px 1px #fff;
			}
				.menu_item a:hover {
					color:#000;
					text-decoration:underline;
				}
		.menu_item_active {
			background:#ee3124;
			float:left;
			border-top:none;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			margin:6px 0 0 6px;
		}
			.menu_item_active a:link, .menu_item_active a:visited {
				color:#fff;
				text-decoration:none;
				width:100%;
				height:100%;
				display:block;
				padding:5px 9px;
				font-size:14px;
			}
				.menu_item_active a:hover {
				}

/* Login */
.login {
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	width:200px;
}
	.login .login_header {
		background:#555;
		color:#fff;
		font-size:14px;
		padding:9px;
	}
	.login .login_body {
		background:#eee url(/img/grey_bg.png) repeat-x bottom;
		border-right:1px solid #ccc;
		padding:6px 6px 0 6px;
		margin:0 0 0 0;
		height:158px;
	}
		.login .login_body div {
			margin:0 0 6px 0;
		}
		.login .login_body .password input, .login .login_body .text input {
			background:#fffce6;
		}
		.login .login_body .text {
			width:170px;
		}
		.login .login_body .submit {
			margin:8px 0 0 0;
		}

/* Zoom Text */
.zoom_text {
	float:right;
	margin:10px 0 0 0;
}

/* Standard Header */
.sub_menu_header {background:#ee3124 url(/img/red_bg.jpg) repeat-x top;padding:5px 6px;color:#fff;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;text-shadow:1px 1px 1px #a50000;margin:0;}
.sub_menu {border:1px solid #ccc;border-top:0;background:#eee url(/img/grey_bg.jpg) bottom repeat-x;padding:6px 6px 6px 6px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-box-shadow: 2px 2px 2px #eee;-webkit-box-shadow: 2px 2px 2px #eee;}
    .sub_menu:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
    .sub_menu a:link, .sub_menu a:visited {color:#444;}
	.sub_menu a:hover {color:#000;}
	.sub_menu ul {list-style-type:none;margin:0;}
		.sub_menu ul li {margin:0 0 6px 0;}

/* Sub navigation */
.sub_item_nav {
	list-style-type:none;
	background:#ee3124;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:44px 0 0 32px;
	padding:6px 0 3px 0;
	width:175px;
}
	.sub_item_nav li {
		background:#ee3124;
		padding:3px 10px;
		border-left:4px solid #ee3124;
		border-right:4px solid #ee3124;
		margin:0 0 2px 0;
	}
		.sub_item_nav li:hover {
			background:#ff5b42;
			padding:3px 10px;
			margin:0 0 2px 0;
		}
		.sub_item_nav li a {
			color:#fff;
			text-decoration:none;
			display:block;
			height:100%;
			width:100%;
		}
			.sub_item_nav li a:hover {
				text-decoration:underline;
			}
		.sub_item_nav .active {
			background:#ff5b42;
			border-left:4px solid #ee3124;
			border-right:4px solid #ee3124;
		}
		.sub_item_nav .active a {
			text-decoration:underline;
		}

.content {
}
	.content_wrap {
		width:900px;
		min-height:180px;
		margin:0 auto;
		background:#fff;
		padding:25px;
	}

.contact_info_small {
	list-style-type:none;
	background:#ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:6px 0;
	width:200px;
}
	.contact_info_small li {
		padding:3px 14px;
		margin:0 0 2px 0;
		color:#555;
	}
	.contact_info_small .input {
		font-size:12px;
		padding:1px;
		margin:0 6px 0 6px;
	}
	.contact_info_small label {
		font-size:12px;
		margin:0 0 0 0;
	}
	.contact_info_small .forgot_password {
		margin:0 0 0 6px;
		font-size:10px;
	}
	.contact_info_small .submit {
		margin:6px 0 0 6px;
	}
	
.adp-text {font-weight:600;line-height:25px;vertical-align:middle;}

.footer {
}
	.footer_wrap {
		text-align:center;
		color:#555;
		background:#ddd;
		margin:0 auto 25px auto;
		width:950px;
		padding:6px 0;
		text-shadow:1px 1px 1px #fff;
	}
		.footer_wrap a {
			color:#000;
		}

/* Content */

/* Frontpage */
.frontpage_left {
	float:left;
	width:424px;
}
.frontpage_right {
	float:right;
	width:470px;
	height:100%;
}

/* Buttons */
.button {
	background:#ee3124;
	width:170px;
	margin:0 5px 12px 0;
	float:left;
	color:#fff !important;
	padding:9px 6px 9px 6px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}
	.button:hover {
		background:#58585a;
	}
	.button_interim {
		background:#ffcc00;
	}
		.button_interim:hover {
			background:#444;
		}
	.button_vacatures {
		background:#2e5eaf;
	}
		.button_vacatures:hover {
			background:#444;
		}
	.button_norm {
		background:#3b9e50;
	}
		.button_norm:hover {
			background:#444;
		}

.button_link {
	width:200px;
	display:block;
	text-decoration:none;
}

/* Front_items */
#front_items_submenu {
	width:200px;
}
.front_item {
	width:180px;
	overflow:hidden;
	position:relative;
	padding:100px 0 0 0;
	background:#ee3124;
	margin:0 0 1px 0;
}
	.front_item:hover {
		background:#58585a;
	}
	.front_item a {
		text-decoration:none;
		cursor:pointer;
	}
	.front_item .front_item_img {
		width:200px;
		height:100px;
		position:absolute;
		top:0;
		left:0;
	}
		.front_item .front_item_img img {
			z-index:1;
			-moz-border-radius-topright:12px;
		}
		.front_item .front_item_title h2 {
			z-index:10;
			color:#fff;
			margin:0;
			line-height:18px;
		}
	.front_item_link {
		background:#bbb;
		width:185px;
		padding:7px 6px 7px 9px;
		display:block;
		font-size:14px;
		color:#333 !important;
		text-decoration:none;
		text-shadow:1px 1px 1px #eee;
	}
		.front_item_link:hover {
			background:#ccc;
			text-decoration:none;
			text-shadow:1px 1px 1px #fff;
		}
		.front_item_link_active {
			text-decoration:none;
			background:#ee3124;
			width:185px;
			padding:7px 6px 7px 9px;
			display:block;
			font-size:14px;
			color:#fff !important;
			text-shadow:1px 1px 1px #d30111;
			box-shadow:inset 2px 5px 10px #d30111;
		}
		
/* News */
.news_header {
	background:#ececec;
	padding:5px 6px;
}
	.news_header h1 {
		margin:0;
		text-shadow:1px 1px 1px #fff;
	}
.news {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:0;
	color:#fff;
}
	.news li {
		margin:0 0 12px 0;
		padding:6px 9px;
		background:#3aa157;
	}
		.news li:hover {
			background:#2b8341;
		}
		.news li pre {
			display:inline;
			margin:0;
		}
		.news li a {
			font-weight:bold;
			color:#fff;
		}
		.news li p {
			margin:2px 0 0 0;
		}
	.news .more {
		padding:2px 4px;
		background:#99e099;
		width:100%;
		height:100%;
		color:#2b8341;
		text-decoration:none;
	}
		.news .more:hover {
		}

.news_left {
	width:200px;
	float:left;
}

.news_right {
	width:680px;
	float:right;
}
	.news_right .news_index_articles {
	}
	.news_index_articles .news_index_article {
		margin:0 0 25px 0;
		padding:9px 12px 10px 9px;
		background:#eee url(/img/grey_bg.png) repeat-x bottom;
	}
		.news_index_articles .news_index_article a {
			display:block;
			color:#ee3214;
			text-shadow:1px 1px 1px #fff;
			font-size:18px;
			margin:0 0 9px 0;
			text-decoration:none;
		}
			.news_index_articles .news_index_article a:hover {
				text-decoration:underline;
			}
		.news_index_articles .news_index_article b {
			color:#555;
		}
		.news_index_articles .news_index_article p {
			padding:0;
			margin:9px 0 0 0;
		}
		.news_index_article .news_index_article_authorlink, .news_index_article .news_index_article_readmore {
			display:inline !important;
			font-size:12px !important;
		}
		.news_index_article .news_index_article_authorlink {
			color:#444 !important;
			text-decoration:underline !important;
		}
		.news_index_article .news_index_article_readmore {
			color:#ee3124 !important;
		}
		.news_index_article .news_index_article_date {
			display:inline;
			padding:2px 4px;
			background:#666;
			color:#fff;
			font-size:10px;
			border-radius:2px;
			margin:0 6px 0 0;
		}

	.news_view_article {
	}
		.news_view_article .article_content {
			margin:12px 0 0 0;
			text-align:justify;
			line-height:19px;
		}

/* Recommendations */
.recommendations {
	margin:16px 0 0 0;
}
	.recommendations .recommendation {
		margin:0 0 15px 0;
		text-align:right;
		background:url(/img/balloonbottom.jpg) bottom left no-repeat;
	}
	.recommendations .recommendation p {
		margin:0 0 3px 0;
		padding:3px 4px;
		font-style:italic;
		line-height:22px;
		background:#eee;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	.recommendations .recommendation small {
		margin:0;
	}
	.recommendations .recommendation span {
		color:#ee3124;
	}

.overzicht_table {background:#ccc;width:100%;}
	.overzicht_table a {color:#444;}
		.overzicht_table a:visited {color:#666;}
		.overzicht_table a:hover {color:#444;}

.overzicht_table th {background:#eee url(/img/grey_bg.jpg) bottom repeat-x;padding:3px;}
	.overzicht_table th:hover {background:#ddd url(/img/grey2_bg.png) bottom repeat-x;}
	.overzicht_table th a:link, .table_heading th a:visited {display:block;width:100%;height:100%;}
		.overzicht_table th a:visited {color:#333;}
		.overzicht_table th a:hover {color:#000;}

.overzicht_table tr {background:#fff;}
.overzicht_table td {padding:3px;}

/* Interim */
.interim_person {
	float:left;
	background:#eee url(/img/grey_bg.png) repeat-x bottom;
	margin:0 25px 25px 0;
	width:425px;
}
	.interim_person:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.interim_person .interim_person_left {
		float:left;
		width:160px;
	}
		.interim_person .interim_person_left img {
			margin:0 0 -3px 0;
		}
	.interim_person .interim_person_right {
		float:right;
		width:250px;
		padding:9px 9px 6px 6px;
	}
		.interim_person .interim_person_right a {
			text-decoration:none;
		}
			.interim_person .interim_person_right a:hover {
				text-decoration:underline;
			}
		.interim_person_right .interim_person_title {
			font-size:18px;
			display:inline;
			text-shadow:1px 1px 1px #fff;
		}
		.interim_person_right .interim_person_function {
			margin:6px 0;
			color:#444;
			text-shadow:1px 1px 1px #fff;
			font-weight:bold;
		}
		.interim_person_right .interim_person_readmore {
			text-decoration:underline !important;
		}

.interim_profile {
}
	.interim_profile .interim_profile_left {
		float:left;
		width:300px;
		background:#aaa;
		text-align:center;
	}
		.interim_profile .interim_profile_left table {
			border-collapse:collapse;
			width:100%;
			text-align:left;
		}
			.interim_profile .interim_profile_left table th {
				background:#ee3124;
				color:#fff;
				padding:5px;
				vertical-align:middle;
			}
			.interim_profile .interim_profile_left table td {
				background:#555;
				color:#fff;
				padding:5px;
			}
	.interim_profile .interim_profile_right {
		float:right;
		width:580px;
	}
		.interim_profile_content blockquote {
			color:#ee3124;
			font-size:20px;
			background:#eee url(/img/grey_bg.png) repeat-x bottom;
			padding:12px;
			float:right;
			width:200px;
			margin:20px 0 20px 30px;
			font-style:italic !important;
			text-shadow:1px 1px 1px #fff;
			border-radius:3px;
			text-align:center;
		}

/* Vacatures */
.vacatures {
	float:left;
	width:650px;
}
.vacature {
	position:relative;
	min-height:100px;
	margin:0 0 25px 0;
	padding:0 0 10px 186px;
	border-bottom:2px solid #ccc;
}
	.vacature .vacature_title {
		margin:6px 0 16px 0;
		background:#ee3124;
		padding:6px;
	}
		.vacature .vacature_title a {
			color:#fff !important;
			font-size:18px;
			text-decoration:none;
		}
			.vacature .vacature_title a:hover {
				text-decoration:underline;
			}
	.vacature .vacature_photo {
		position:absolute;
		top:0;
		left:0;
		width:170px;
		height:100px;
		padding:2px;
		background:#fff;
	}
		.vacature_photp img {height:78px;}
		.vacature_photo a {
			display:block;
			width:100%;
			height:100%;
		}
	.vacature table {
		margin:3px 0 6px 0;
	}
		.vacature table th {
			text-align:left;
		}

.vacature_buttons {
	margin:0 0 0 0;
}
.vacature_button {position:relative;border:1px solid #bbb;padding:6px 6px 6px 25px;background:#eee url('/img/grey3_bg.png') bottom repeat-x;color:#555 !important;-moz-border-radius:3px;-webkit-border-radius:3px;text-shadow:1px 1px 1px #fff;text-decoration:none;display:inline-block;margin:0 0 12px 0;width:153px;}
	.vacature_button:hover {position:relative;border:1px solid #bbb;padding:6px 6px 6px 25px;background:#eee url('/img/grey4_bg.png') bottom repeat-x;color:#555;-moz-border-radius:3px;text-shadow:1px 1px 1px #fff;text-decoration:none;}
	.vacature_button img {position:absolute;top:6px;left:5px;}

.functieomschrijving {line-height:25px;}
	.functieomschrijving p {font-size:15px;line-height:25px;text-align:justify;}

/* Clients */
.clients {
	float:right;
	width:225px;
}
	.clients ul {
		list-style-type:none;
		margin:0;
	}
		.clients ul li {
			float:left;
			margin-left:9px;
		}

/* Testimonials */
.testimonials_header {
	background:#ececec;
	padding:4px 6px;
	margin:0 0 12px 0;
}
	.testimonials_header h1 {
		margin:0;
		text-shadow:1px 1px 1px #fff;
	}

/* Referenties carousel */
.referenties_header {
	background:#ececec;
	padding:5px 6px;
}
	.referenties_header h1 {
		margin:0;
		text-shadow:1px 1px 1px #fff;
	}
.referenties {
	position:relative;
	margin:0 0 0 20px;
}
	.referenties .top {
		position:absolute;
		top:0;
		left:0;
		height:50px;
		width:250px;
		background:url(/img/referenties_fade.png) no-repeat left top;
		display:block;
		z-index:100;
	}
	.referenties .bottom {
		position:absolute;
		bottom:0;
		right:0;
		height:50px;
		width:250px;
		background:url(/img/referenties_fade2.png) no-repeat right top;
		display:block;
		z-index:100;
	}
	.referenties ul li {
		margin:0 0 0 17px;
	}
	
/* Referenties */
.frontpage_referentie {
	position:relative;
	float:left;
	width:450px;
	height:145px;
	background:#ee3124;
	margin:6px 0 0 0;
}
.frontpage_referentie_link {
	text-decoration:none;
}
	.frontpage_referentie:hover {
		background:#58585a;
	}
	.frontpage_referentie .frontpage_referentie_left {
		width:200px;
		height:100%;
		float:left;
	}
		.frontpage_referentie_left .frontpage_referentie_title {
			color:#fff;
			padding:0 6px;
		}
			.frontpage_referentie_left .frontpage_referentie_title span {
				display:block;
				font-size:16px;
				margin:0 0 1px 0;
			}
			.frontpage_referentie_left .frontpage_referentie_title pre {
				font-size:12px;
			}
	.frontpage_referentie_right {
		position:relative;
		width:226px;
		height:100%;
		float:right;
		padding:0 12px;
		background:#eee;
	}
		.frontpage_referentie_right .frontpage_referentie_quote {
			font-size:14px;
			color:#444;
			font-style:italic;
			line-height:18px;
			text-align:center;
			z-index:10;
			margin:9px 0 0 0;
		}
		.frontpage_referentie_right .frontpage_referentie_companylogo {
			position:absolute;
			bottom:0;
			left:63px;
			z-index:1;
			border:1px solid #ddd;
			box-shadow:0 2px 5px #ddd;
			padding:0 12px;
			background:#fff;
		}
		.frontpage_referentie_right .frontpage_referentie_leesinterview {
			background:#ee3124;
			padding:3px 4px;
			color:#fff;
			position:absolute;
			bottom:0;
			right:6px;
			display:none;
		}
			.frontpage_referentie_right .frontpage_referentie_leesinterview:hover {
				background:#58585a;
			}

/* Referenties index */
.referentiepagina_thumbs li {
	list-style-type:none;
	float:left;
	margin:20px;
}
.referentie_header {
	position:relative;
	padding:25px 0 0 112px;
	height:50px;
	font-size:20px;
	margin:20px 0 12px 0;
}
	.referentie_header img {
		position:absolute;
		top:0;
		left:0;
	}
.referentie {
	position:relative;
	float:left;
	width:450px;
	height:145px;
	background:#ee3124;
	margin:0 0 60px 0;
}
.referentie_link {
	text-decoration:none;
}
	.referentie:hover {
		background:#58585a;
	}
	.referentie .referentie_left {
		width:200px;
		height:100%;
		float:left;
	}
		.referentie_left .referentie_title {
			color:#fff;
			padding:0 6px;
		}
			.referentie_left .referentie_title span {
				display:block;
				font-size:16px;
				margin:0 0 1px 0;
			}
			.referentie_left .referentie_title pre {
				font-size:12px;
			}
	.referentie_right {
		position:relative;
		width:226px;
		height:100%;
		float:right;
		padding:0 12px;
		background:#fff;
	}
		.referentie_right .referentie_quote_small {
			height:100%;
			font-size:14px;
			color:#444;
			font-style:italic;
			line-height:22px;
			text-align:center;
			z-index:10;
			margin:20px 0 0 0;
		}
		.referentie_right .referentie_companylogo {
			position:absolute;
			bottom:-16px;
			right:23px;
			z-index:1;
		}
		.referentie_right .referentie_leesinterview {
			background:#aaa;
			padding:3px 4px;
			color:#fff;
			position:absolute;
			bottom:0;
			left:6px;
		}
			.referentie_right .referentie_leesinterview:hover {
				background:#58585a;
			}

/* Referentie view */

.referenties_link {
	background:#444;
	padding:6px;
	text-align:center;
	color:#fff !important;
	display:block;
	width:188px;
}
	.referenties_link:hover {
		background:#ee3124;
	}

.referentie_quote {
	float:right;
	margin:30px 0 30px 30px;
	background:#ee3124;
	padding:12px;
	font-style:italic;
	color:#fff;
	font-size:16px;
	line-height:24px;
	width:200px;
}
	
/* Werknemers: inschrijven */
.progress {
	margin:25px 0 32px 0;
}
	.progress div {
		margin:0 9px 0 0;
	}
	.progress .inactive {
		padding:9px;
		background:#ccc;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		display:inline;
		cursor:default;
		color:#333;
		text-shadow:1px 1px 1px #fff;
	}
	.progress .active {
		padding:9px;
		background:#ee3124;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		display:inline;
		cursor:default;
		color:#fff;
	}
	.progress .done {
		padding:9px 9px 9px 30px;
		background:url(/img/icons/accept.png) no-repeat 9px 9px #99e099;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		display:inline;
		cursor:default;
		color:#216833;
	}
.sign_up {
	background:#ee3124;
	padding:9px;
	width:200px;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	.sign_up:hover {
		background:#444;
	}
	.sign_up a:link, .sign_up a:visited {
		color:#fff;
		font-size:14px;
	}

/* Pagination */
.pagination {position:relative;border:1px solid #ccc;background:#eee url('/img/grey_bg.jpg') bottom repeat-x;padding:12px 6px;border-radius:5px;-moz-box-shadow: 2px 2px 2px #eee;-webkit-box-shadow: 2px 2px 2px #eee;text-align:center;}
	.pagination a:link, .pagination a:visited, .pagination .current, .pagination .disabled {border:1px solid #bbb;padding:3px 4px 3px 6px;background:#eee url('/img/grey2_bg.png') bottom repeat-x;font-size:12px;color:#666;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;text-shadow:1px 1px 1px #fff;margin:0 0 0 3px;}
	.pagination a:hover {border:1px solid #b90000;background:#ee3124;color:#fff;text-shadow:1px 1px 1px #a50000;}
	.pagination .current {border:1px solid #b90000;background:#ee3124;color:#fff;text-shadow:1px 1px 1px #a50000;}
	.pagination .disabled {display:inline;color:#aaa;cursor:default;}

/* Form styling */

.form_div {
	background:#eee;
	padding:20px 20px 10px 20px;
}
	.form_div form {
		width:97%;
	}
	
/* Custom error message */

.foutmelding {
	background:#ee3124;
	padding:12px;
	margin:0 0 20px 0;
}
	.foutmelding p {
		margin:0;
		color:#fff !important;
	}

/* Generic Cake CSS */

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: dejarip, "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	background:#ee3124;
	clear:both;
	color:#fff;
	padding:5px;
	margin-top:9px;
	margin-left:6px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	-moz-border-radius:6px;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.form-error {
	background:#ffd6d6;
}
