.tag {
	/*display: none;*/
	background: url(spacer.gif); 
	/*border: 2px solid rgb(255, 255, 255);*/
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	/*cursor: pointer;*/
}

.tag_border{
    border: 2px solid rgb(255, 255, 255);
}

.tag_text {
	display: none; 
	background: #eee; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 175px;
	cursor: text;
} 

#tagForm {
	display: none;    
	position: absolute;
	width: 250px; 
    background-color: #f3f3f3;
    background-image: url(../images/login_bg.jpg);
    background-repeat: repeat-x;
    padding: 5px;
}

#tagForm  h2 {        
    color: #414d4c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#tagForm fieldset{
    border: none;
    border-bottom: 1px solid #e8e8e8; 
}

#tagForm textarea{
	width: 100%;
}

#tagForm form input.text {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    height: 15px;
    padding: 5px 6px;
}

#tagForm form input.button{
    height: 25px;
}
