label.extSearchLabel {
	float:left;
	width:150px;
	padding-top:5px;
	padding-left:10px;
}

input.extSearchInput {
	width:200px;
}

form.extSearchForm {
	background: #F2F2F2;
	border: 1px dashed #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
	min-width: 200px;
	min-height: 100px;
	padding:4px;
	width:100%;
}

div.extSearchForm {
	margin:auto;
	width:400px;
}

div.extSearchForm div {
	margin-bottom: 2px;
}

input#btnExtSearchSubmit.extSearchSubmit {
	background-image: url("../gfx/extSearchIcon.png");
    background-position: 2px 2px;
    background-repeat: no-repeat;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 2px 2px 2px 20px;
	height:35px;
	width:120px;
	font-weight: bold;
}

#submitDiv {
	margin-left:15%;
}

.extSearchForm div {
	font-size: 0.8em;	
}

div.extSearchListe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	width: 100%;
	min-height: 100px;
}

div.extSearchListe {
	font-size: 0.8em;	
}


table.extSearchListe tr:hover {
	background-color:#ccc !important;
}
