#container {
            /*height:300px;
			padding:12px;
			-moz-border-radius: 6px; 
			-webkit-border-radius: 6px;
			-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
            text-align: center;
            text-decoration: none;
			width: 600px;
			margin-top:40px;
			position:absolute;*/
			
			height:auto;
			padding:0px;
            text-align: center;
            text-decoration: none;
			width: 640px;
			position:relative;
			float:left;
        }


.search-background {
		display: none;
		font-size: 13px;
		font-weight: bold;
		height:300px;
		position: absolute;
		padding-top:140px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-align: center;
		opacity:0.5;filter: alpha(opacity=50) ;
		text-decoration: none;
		width: 690px;
	}
	
.search-background {
		background-color: #ffffff;
		color:#FFFFFF;
		text-shadow: #fff 0px 0px 20px;
	}

search-background label{	
	border:solid #66FF00 1px;
}	

#paging_button ul{ width: 600px; padding:0px; margin:8px; position:relative; float:right;}

#paging_button ul li { -moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,50,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,50,0,0.6);
		float:right; height:20px; width:20px; list-style-image:none; 
		list-style-type:none; font-weight:bold; border:solid #0CF 1px;
		margin:3px; cursor:pointer; background:none; padding:0px; margin:0px;
		font: "Arial";
		background-color: #19558D;
    background-image: -moz-linear-gradient(center bottom , #103657 0%, #1F5E91 100%);
    border-color: #06C;
    border-radius: 2px 2px 2px 2px; color:#FFF;}

li:hover{ color: #CCC; cursor: pointer; }