h1 small {
	line-height: 24px;
}
/* LOGIN NAV */

#login-nav {
	position: absolute;
	top: -22px;
	right: 0;
	}
	#login-nav li { 
		float: left;
		list-style: none;
		margin-left: 15px;
	}
	#login-nav li a {
		color: #b9b8b8;
	}
	
/* Loggedin user menu */
.loggedin_header {
	position: relative;
	margin: 10px 0 0 0;
	background: #FFF;
	}
	.loggedin_header h1 {
		height: 72px;
		margin-bottom: 0;
		padding-bottom: 10px;
		width: auto;
	}
	.user-menu {
		position: absolute;
		top: 28px;
		left: -26px;
		width: 400px;
		}
		.user-menu li {
			float: left;
			list-style: none;
			border-right: 1px solid #0066cc;
			height: 12px;
			line-height: 12px;
			}
			.user-menu li a {
				color: #0066cc;
				padding: 0 7px;
				line-height: 12px;
			}
		.user-menu li.last {
			border-right: none;
		}
	.user-banner {
		position: absolute;
		top: -10px;
		right: 0;
	}
	
/* ACCOUNT */
.wp-admin div.categorie h1 { 
	font-size: 15px;
	border: none;
	margin-bottom: 23px;
}
.wp-admin div.categorie  label { cursor: pointer; }
.wp-admin div.categorie textarea{
	width: 435px;
	height: 88px;
	border: 1px solid #ccc9c9;
}

.wp-admin div.categorie select {
	width: 291px;
	padding: 0;
}
.wp-admin div.categorie button { margin-top:24px; }

.wp-admin div#option1 label { margin-bottom: 10px; width: 143px; }
.wp-admin div#option1 input { margin-bottom: 10px; width: 208px; }

.wp-admin div#option2 label { width: auto; padding-left: 0; }
.wp-admin div#option2 input { height:auto; border:0; width: auto; margin: 0 10px 0 0; }

.wp-admin div#option3 label { font-weight: bold; }
.wp-admin div#option3 select { margin-bottom: 12px; }

/* MODALS */
.simplemodal-wrap {
	overflow: hidden !important;
}
.simplemodal-wrap h2 {
	background: url(images/background/h2-modals.png) top left repeat-x;
	color: #FFF;
	font-size: 20px;
	padding: 10px 0 0 17px;
	height: 33px;
	margin: 0 0 20px 0;
}
.simplemodal-wrap label {
	width: 203px;
	padding-left: 15px;
	cursor: pointer;
	margin-bottom: 9px;
}
.simplemodal-wrap input {
	width: 203px;
	border: 1px solid #c2c2c2;
	margin-bottom: 9px;
}
.simplemodal-wrap .error {
	color: red;
	float: left;
	background: none;
	padding: 2px 0 0 17px;
	border: none;
}
.simplemodal-wrap .checkbox { 
	margin: 0; 
	width: 600px; 
	padding-left: 10px; 
}
.simplemodal-wrap .checkbox  input { border:0; height:auto; width: 27px; margin: 0; }

.simplemodal-wrap form#loginform .checkbox { width: 240px; }

.simplemodal-wrap h3 {
	margin: 15px 0 0 15px;
	font-size: 14px;
}
.simplemodal-wrap p { margin-left: 15px; }
.simplemodal-wrap a { color: #0066cc !important; }
#wp-submit { margin: 0 0 15px 15px; }

/* Matchpercentage on bedrijvendetail */
.details h1 span.matchr {
    color: #ee7d13;
    font-family: verdana;
    font-size: 14px;
	border-bottom:1px dotted #E97D13;
    margin-left: 16px;
    margin-bottom: 5px;
    cursor: pointer;
}

/* Favorites on bedrijvendetail */
.favo-add a, .favo-remove a, .add-favo a {
    background: url(images/sprite2.png) -1px -462px no-repeat;
    text-indent: -6666px;
    display: block;
    margin: 5px 0 0 10px;
	}
	.favo-add a, .add-favo a{
	    width: 162px;
	    height: 18px;
	}
	.favo-remove a {
	    width: 80px;
	    height: 12px;
	    background-position: -96px -484px;
	}
	.favo-remove a:hover {
	    background-position: -96px -502px;
	}
	.details .favo-remove a,
	.matchresultaten .favo-remove a {
		width: 65px;
		height: 12px;
		background-position: -1px -484px;
	}
	.details .favo-remove a:hover,
	.matchresultaten .favo-remove a:hover {
		background-position: -1px -502px;
	}
	
/* Favorite results */
.profiel .noresult {
	background: url(images/background/no-favo.png) top left no-repeat;
	padding: 20px 22px;
}

.favo-h2 {
	background: url(images/sprite.png) -577px -269px no-repeat;
	height: 26px;
	text-indent: -6666px;
}
#login_error {
	margin-bottom: 0;
	color: red;
}
.alerts {
	border: 1px solid #cacaca;
	background: #eee;
	padding: 10px 10px 10px 14px;
	margin-top: 5px;
	margin-bottom: 16px;
	display: inline-block;
}
