#resourceEdit *[id|="tag"] { 
	margin-bottom: 5px;
}

#resourceEdit *[id|="tags"]{
	margin-bottom: 5px;
}

#resourceEdit *[class|="tag"]{
	background-color: transparent;
   background-image: url(../images/tag-cross.png);
   background-position: right 1px;
   background-repeat: no-repeat;
   cursor: pointer;	
   padding-right: 15px;
   font-size: 11px;
   margin-left: 5px;	
}

#resourceEdit *[class|="tag"]:hover{
   text-decoration: underline;
   color: #666666;
}

*[id|="add_tag"] {
	cursor: pointer;
	margin-left: -4px;
	margin-top: 0px;
	height: 28px !important;
}

.tag{
	margin-left: 5px;	

}