 body{
	text-align:center;
	font-family:Arial, Sans-Serif;
	font-size:0.75em;
}
#container1 {
	min-height:455px;
	padding:12px;
	text-align: center;
	text-decoration: none;
	width: 700px;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
        }

#container1 .each_rec{

	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 5px 12px 5px;
	border-bottom:solid #D8543A 3px;
	text-align:justify;
	margin-bottom:11px;
		}
		
.search-background {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:160px;
	position: absolute;
	padding-top:140px;
	text-align: center;
	opacity:0.5;filter: alpha(opacity=50) ;
	text-decoration: none;
	width: 700px;
	}
	
.search-background {
	color:#FFFFFF;
	text-shadow: #fff 0px 0px 20px;
	}

search-background label{	

	border:solid #66FF00 1px;
}	

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

#paging_button ul li { 

	-moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 2px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	list-style-type:none; 
    width: 30px;cursor:pointer;
	}
	
#paging_button ul li:hover{background:#D8543A;}
li:hover{ color: #CC0000; cursor: pointer; }
