p#searchterm {
  margin-top: -15px;
  margin-left: 2px;
}

div#result {
	width: 98%;
	float: left;
	clear: both;
}

/*================
| TABLE OVERVIEW |
================*/

table.overview {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	line-height: 1em;
}

td.name {
	text-align: right;
	width: 190px;
}

/*==================
| TABLE PERSONVIEW |
==================*/
table.personview {
	float: left;
	width: 70%;
	margin-bottom: 12px;
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: .8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

table.faglig { 
	width: 100%; 
	margin-top: 10px;
}

table.edit {
	float: left;
	width: 98%;
	margin-bottom: 12px;
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: .8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

td.f {
	text-align: left;
	width: 95px;
	font-weight: bold;
	font-size: 1em;
	vertical-align: top;
}

td.e {
	width: 130px;
}

td.v {
    clear: left;
	text-align: left;
	padding-left: 10px;
	background-color: white;
}

td.h {
	font-size: 1.1em;
	color: #0E2C8E;
}

/*=============
| EDIT PERSON |
=============*/
fieldset.boxes {
    float: left;
    clear: left;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding: 5px;
	width: 450px;
}

legend.heading {
	font-size: 1.3em;
	color: #0E2C8E;
	padding-left: 0;
}

form.edit {
	float:left;
	margin: 0;
	padding: 0;
	width: 680px;
	margin-bottom: 10px;
}

span.info {
    clear: none;
	margin-left: 10px;
	font-size: .8em;
	float: left;
	color: #802A2A;
}

input.v {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 90px;
}

input.s {
	float: left;
	clear: both;
}

input.b { float: left; }

input.r {
	margin:0;
	padding: 0;
	margin-right: 2px;
	margin-left: 0px;
}

input.e { width: 100%; }
textarea.e { 
	width: 100%; 
	height: 55px;
}
select.e {width: 100%; }


#p_title {	font-size: .5em; }

#p_photo {
	float: right;
	border: 1px solid black;
	clear: none;
	position: absolute;
	top: 185px;
	left: 745px;
}

div.overview { background-color: #D9E2EF; }
.personview li { font-size: 1.3em; }
.personview p { font-size: 1.1em; }
