/*--------------------------------------------------------------
# SGOM - ILife - Development & Modificaions
# Copyright (C)2009 HPI-ING Global Partners. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.hpi-ing.com
# Support: service@hpi-ing.com 
---------------------------------------------------------------*/

/* Styles for Forms
---------------------------------------------------------------*/

/* Search Form */

.container_searchform {
}
form#searchForm {}
div#searchForm_Top {
	padding: 10px;
	background-color: #ebebeb;
}
.formfieldcontainer {
	clear: both;
	display: block;
	height: 3em;
}
.formlabel {
	float: left;
	width: 150px;
	height: 2em;
} 
.formfield {
	floath: left;
	height: 2em;
}
.list_searchphrase {
	height: 2em;
	padding-left: 150px;
}
.search_result {
	height: 2em;
	clear: both;
	background-color: #ebebeb;
	padding: 10px;
}
.search_display_text {
	float: left;
	height: 2em;
	padding: 2px 0px 0px 5px;
}
.search_display_num {
	float: right;
	height: 2em;
	padding: 2px 5px 0px 0px;
}
.searchareas_checkboxes {
	float: left;
	width: auto;
}

/* Authorprofile */

.authorprofile {
	margin: 20px 0pt 20px 0pt; }

.authorprofile_image {
	float: left;
	width: 100px;
	height: 130px;
}
.authorprofile_text {
	float: left;
	width: 450px;
	height: 116px;
	overflow: hidden;
	background: #FFFFCC;
	border-left: 5px solid #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 0px;
	padding: 5px 10px;
}

