<style type="text/css">
	#quickSearch {
		position:absolute;
		width:350px;
		height:200px;
		background-color:#F1F1F1;
		border:4px solid #585240;
		display:none;
		color:black;
		z-Index:1;
	}

	#bid_details {
		position:absolute;
 		padding:0px;
		margin: -6px 6px 8px -6px !important;
		margin: -6px 6px 8px -6px;
		background: url(/images/shadowAlpha4.png) repeat bottom right !important;			
		z-Index:6;	
		width:543px;
		height:100%;
		display:none;
	}
	
	#bid_details_inside {
		position:relative;
		width:100%;
		height:100%;
 		background-color:#F1F1F1;  
		padding:0px;
		margin: -6px 6px 6px -6px;
		padding: 0px;
		border-bottom:1px solid #00152E; 		
	}

	#qsOutput {
/*		margin: 12px 0 0 12px !important;*/
/* 		margin: 12px 0 0 8px; */
/*		border:1px solid red; */
		background: url(/images/shadowAlpha4.png) repeat;
/*		background: url(/images/shadowAlpha3.png) repeat bottom right !important;  */

	}	
	
	.innerDiv {
		position:relative;
		padding:0px;
		width:100%;
/*		margin: -6px 6px 8px -6px;	*/
		margin: 2px 2px 2px 2px;	
	}

	
</style>