/* CSS Document */
.searchBtn
	{
		float:left;cursor:pointer;width:44px;height:38px;line-height:15px;
		background-image:url(search_ico.PNG);
		background-position:left 0;
		background-repeat:no-repeat;
	}

.searchProgress
	{
		background-image:url(4.gif);background-position:left 0;
		float:left;cursor:pointer;width:44px;height:38px;line-height:15px;
		background-repeat:no-repeat;
	}
.textBox input 
	{		margin-left : 120px;	
		
		color:#5f0403;
		font:bold 20px arial;
		float:left;
		height:30px;
		padding:5px 3px 5px 3px;
		vertical-align:middle;
		width:432px;
	}

#content{
		height:400px;
		text-align: center;
		text-decoration: none;
		width: 600px;
        }
		
#content #sub_cont{
	width: 490px;
	/*display:none; */
	height:400px;
	
	padding-top: 100px;
}
#content .no-rec{
	
	margin-left : 120px;	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:5px;
	border:1px solid #FFFFFF;
	text-align:center;
	
	width:432px;	
}
#content .each_rec{

	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
	border: 1px solid #FFFFFF;
	text-align:justify;
	
}

#content .each_rec:hover{
	background:#FFFFFF;
}
#content .each_rec a{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none
}		
.search-background {
		display: none;
		font-size: 13px;
		font-weight: bold;
		height:160px;
		position: absolute;
		
		text-align: center;
		text-decoration: none;
		width: 470px;
	}

#heading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	color:#CC0000;				
}
search-background label
{	
	border:solid #66FF00 1px;
}	

#paging_button ul{ width: 600px; 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; }