.tag_Holder { 
	width:596px;
	
	background-color:#cccccc;
}

.tag_existing {
	float:left;
	white-space:nowrap;
	margin-left:5px;
	color: #7f0fb5;
	background-color:#FFFFFF;
	line-height:20px;
	height:20px;
	

}
.button_start {
	background-image:url(/assets/images/button_start.gif);	
}
.button_end {
	background-image:url(/assets/images/button_end.gif);	
}

.button_back {
	background-image:url(/assets/images/button_back.gif);	
	
}


.inputBox_left {
	background-image:url(/assets/images/input_left.gif);
}
.inputBox_right {
	background-image:url(/assets/images/input_right.gif);
}


.tag_tagTitle {
	line-height:32px;
	font-size:18px;
	font-weight:700;
	margin-left:5px;
	margin-right:5px;
	
}
.tag_addButton {
	width:20px;
	height:20px;
	background-color:green;
	position:absolute;
	display:none;
	
}
.tag_showExisting {
	height:130px;
	background-color:#E2E2E2;
	z-index:1;
	overflow:hidden;
}

.tag_innerExisting {
	margin: 5px;	
	z-index:1;
}


.tag_addImage {
	position:absolute; 
	left:0px; 
	width:18px; 
	height:12px; 
	background-image:url(/assets/images/tag_add.png);
}
.tag_existingBig {
		white-space:nowrap;
	cursor:pointer;
	position:absolute;
	display:none;
	background-color:#7f0fb5;
	color:#E2E2E2;
	font-weight:700;
	font-size:16px;
	opacity:1;
	line-height:30px;
	height:30px;
	z-index:100;
	padding-left:5px;
	padding-right:5px;
	float:left;


}


.tag_viewBar {
	color:#CCCCCC;
	height:25px;
	background-color: #585858;
	width:100%;
	line-height:25px;
	font-size:12px;
}

.tag_resultViewBar {
	margin-bottom:1px;
	color:white;
	height:25px;
	background-color:#7f0fb5;
	width:100%;
	line-height:25px;
	font-size:12px;
}

.tag_pointer {
	
	width:14px;
	height:8px;
	line-height:8px;
	font-size:0px;
	background-repeat:no;
	position:relative;
	background-image:url(/assets/images/tag_pointer.gif);
	float:left;
	top:10px;
	margin-left:10px;
}

.tag_searchBox {
	position:relative;
	top: -4px;
	background-color:white;
	border: none;
}


.tag_viewBarAdp {
	color:#CCCCCC;
	
	background-color: red;
	width:100%;
	line-height:25px;
	font-size:12px;
	white-space:wrap;
}
