/*
   Script name  : Ajax Auto Suggest
   File Name 	: style.css
  
   last Updated : 9 June 2009
         This program is freeware.There is no any fucking copyright and bla bla bla.
   You can use it for your personal use.You can also make any changes to this script.
   But before using this script i would appericiate your mail.That will encourage me a lot.
   Any suggestions are always welcome.
         Have a fun with programming.   
*/
#ajax_response{
	border : 1px solid #719849;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding-right:5px;
	left:216px;
	/*top:auto;
	top:315px;
	_top:312px;*/
	margin-left:1px;
	_margin-left:0px;
	/*overflow:hidden;*/
}
#ajax_response1{
	border : 1px solid #719849;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding-right:5px;
	/*top:auto;
	top:315px;
	_top:312px;*/
	/*z-index:100;*/
	margin-left:1px;
	_margin-left:0px;
	z-index:1;
}
#ajax_response2{
	border : 1px solid #719849;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding-right:5px;
	left:216px;
	/*top:auto;
	top:315px;
	_top:312px;*/
	margin-left:1px;
	_margin-left:0px;
	/*overflow:hidden;*/
	
}
#ajax_response3{
	border : 1px solid #719849;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding-right:5px;
	/*top:auto;
	top:315px;
	_top:312px;*/
	/*z-index:100;*/
	margin-left:1px;
	_margin-left:0px;
}
#holder{
	width : 950px;
}
.list {
	padding:0px 0px;
	margin:0px;
	list-style : none;
}
.list li a{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:17px;
	text-align : left;
	padding-left:5px;
	cursor:pointer;
	display:block;
	text-decoration : none;
	color:#000000;
	
}
.close{
	font-size:13px;
	text-align :right;
	padding:0px;
	cursor:pointer;
	display:block;
	text-decoration : none;
	color:#4477ea;
}
.selected{
	color:#ffffff;
	/*width:298px;
	_width:245px;*/
	background : #4477ea;
	text-decoration :none;
}
.selected1{
	width:223px;
	background : #4477ea;
	color:#ffffff;
	
}
.bold{
	font-weight:bold;
	color: #000000;
	text-transform:capitalize;
}
.about{
	text-align:right;
	font-size:10px;
	margin : 10px 4px;
}
.about a{
	color:#BCBCBC;
	text-decoration : none;
}
.about a:hover{
	color:#575757;
	cursor : default;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
height:374px;
width:585px;
/*background:#FFFFFF;
border:2px solid #cecece;*/
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupabuse{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
height:374px;
width:370px;
/*background:#FFFFFF;
border:2px solid #cecece;*/
z-index:2;
padding:12px;
font-size:13px;
}
#popupabuse h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
