div.tag_select {
	background: #A7D7FC ;
	color : #000 ;
	border: 1px solid #1998D1 ;
	padding	: 0px 0px 0px 0px ;
	font  : 12px Verdana,sans-serif ;
	width : auto ;
	position: absolute ;
	z-index : 101 ;
	display : none ;
}

div.tag_select a {
	display	: block ;
	padding : 3px 10px 3px 5px ;
	color		: #000 ;
	background: #A7D7FC ;
	text-decoration	: none ;
	margin	: 0px 0px 0px 0px ;
}

div.tag_select a:hover {
	background-color: #F2EFEC ;
	color	: #3D413D ;
	text-decoration	: none ;
}

#tag_info, #email_info, #file_info {
	font  : 12px Verdana,sans-serif ;
	width : 0px ;
	height: auto ; 
	color : #000 ;
	border: 1px solid #1998D1 ;
	z-index : 100 ;
	padding : 5px ;
	display : none ;
	position: absolute ;
}

#disclaimer {
	font  : 12px Verdana,sans-serif ;
	width	: 400px ;	
	height	: 300px ;
	overflow: scroll ;
	display	: none ;
	margin	: 10px 0px 10px 0px ;
}

