#search {
	height: 310px;
	background: transparent url("images/search_bg.gif") repeat-x;
	text-align: left;
}

#search.extended {
	background: transparent url("images/search_bg_large.gif");
}


	#search div.wrapper {
		width: 216px;
		position: absolute;
		text-align: center;
	}
	
		#search div.logo {
			width: 200px;
			height: 108px;
			background: transparent url("images/logo_lempereur.png") no-repeat;
			position: absolute;
			font-size: 10px;
			top: 20px;
			left: 216px;
			display: none;
		}
		
		#search div.content {
			position: absolute;
			top: 284px;
			left: 205px;
		}
		
			#search div.content .slogan {
				text-align: left;
				font-size: 24px;
				font-weight: bold;
				color: #83080A;
				white-space: nowrap;
				margin-bottom: 8px;
			}
			
			#search div.content .text {
				text-align: left;
				font-size: 12px;
				font-weight: bold;
				line-height: 20px;
				white-space: nowrap;
				margin-bottom: 16px;
			}
	
		#search div.advert {
			position: absolute;
			font-size: 10px;
			top: 0px;
			left: 216px;
			
		}
		
		#search div.title {
			height: 53px;
			background: transparent url("images/search_occasion.gif") no-repeat;
			text-indent: -10000px;
		}
		
		#search div.summary {
			text-align: center;
			font-size: 10px;
			line-height: 12px;
			padding: 2px 10px;
			margin-bottom: 10px;
			display: none;
		}
		
		#search form table {
			width: 100%;
			margin-top: 50px;
		}
		
			#search form table {
				width: 100%;
			}
			
				#search form table td {
					padding: 5px;
					text-align: center;
				}
			
			#search form label {
				font-size: 12px;
				font-weight: bold;
				color: black;
				display: block;
				font-family: Arial,Helvetica,sans-serif;
			}
			
			#search form select {
				font-size: 10px;
				color: #6291ab;
				border: 1px solid #6291ab;
				font-family: Arial,Helvetica,sans-serif;
				height: 17px;
				width: 165px;
				text-align: center;
				line-height: 12px;
			}
			
			#search form input.button {
				background: transparent url("images/search_button_small.png") no-repeat;
				width: 172px;
				height: 25px;
				display: block;
				margin: auto auto;
				border: 0px solid transparent;
				cursor: pointer;
			}
			
			#search form input.button_large {
				background: transparent url("images/search_button.png") no-repeat;
				width: 211px;
				height: 22px;
				display: block;
				margin: auto auto;
				border: 0px solid transparent;
				cursor: pointer;
			}