DIV.advinput {
	position: relative;
	left: 0px;
	top: 0px;				
}

DIV.advinput INPUT  {
	position: absolute;
	left: 0px;
	top: 0px;			
	border: 0px;	
	background: transparent;
}

DIV.advinput DIV {
	position: absolute;
	left: 0px;
	top: 0px;				
}

DIV.advinput_suggestion {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	border: 1px solid #999999;	
	z-index: 9990;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;		
	display: none;	
}

DIV.advinput_suggestion TABLE {
	width: 100%;
}

DIV.advinput_suggestion TD {
	text-shadow: 1px 1px #FFF;
	color: #000000;	
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;	
}

DIV.advinput_suggestion TD.over {
	color: #000000;
	background: #DDDDDD;
	text-shadow: 1px 1px #FFF;
	border-bottom: 1px solid #e0e0e0;
}


/*advinput*/

DIV.idb_pt_img_view_tagadd {
	height: 16px;
	width: 220px;
	overflow: hidden;
}

* html DIV.idb_pt_img_view_tagadd {
	height: 16px;
	overflow: hidden;
}

DIV.idb_pt_img_view_tagadd INPUT  {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: normal;		
	border: 1px solid #e0e0e0;	
	background: #eeeeee;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
	font-family: arial;	
}


DIV.idb_pt_img_view_useradd {
	height: 16px;
	width: 220px;
	overflow: hidden;
}

* html DIV.idb_pt_img_view_useradd {
	height: 16px;
	overflow: hidden;
}

DIV.idb_pt_img_view_useradd INPUT  {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: normal;		
	border: 1px solid #e0e0e0;	
	background: #eeeeee;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
	font-family: arial;	
}