
#heading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	color:#CC0000;				
}
 body{
	text-align:center;
	font-family:Arial, Sans-Serif;
	font-size:0.75em;
}

/* CSS Document */
#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: 680px;
			margin-top:0px;
        }

#container .each_rec{

			color:#000066;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			padding:5px 5px 12px 5px;
			border-bottom:solid #669900;
			text-align:justify;
			margin-bottom:11px;
		}
		
.search-background {
		display: none;
		font-size: 13px;
		font-weight: bold;
		height:160px;
		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: 600px;
	}
	
.search-background {
		//background-color: #ff4242;
		background-color: #E2E2E2;
		color:#FFFFFF;
		text-shadow: #fff 0px 0px 20px;
	}

search-background label{	

	border:solid #66FF00 1px;
}	

#paging_button ul{ width: 540px; padding:0px; margin:8px;}

#paging_button ul li { -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);
		float:left; height:20px; width:20px; list-style-image:none; 
		list-style-type:none; font-weight:bold; border:solid #CCCCCC 1px;
		margin:3px; cursor:pointer}

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