/*
**************************************************************************
' * ANTONIO GALLI - TAG SYSTEM FB LIKE - VERSIONE PER ASPNUKERS			 *
**************************************************************************
' * TAGFBL 1.0 per ASPNUKERS - Copyright (C) 2009 by Antonio Galli       *
' * Utente AGiSoft in AspNukers. email: ant.galli@gmail.com
' *                                                                      *
' * --- INFORMAZIONI SULLA LICENZA ---                                   *
' *                                                                      *
' * Questo software non č a pagamento. 									 *
' * Chiunque puņ copiare e distribuire copie letterali di questo documento
' ************************************************************************
*/

/* MODULO TAG SYSTEM */
div#cssTaggingTools {
	width:100%;
	float:left;
}

.cssTagLabelOnPic {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#555555;
	color:white;
	font-size:11px;
	font-weight:bold;
}


.cssTagMyImage {
	position:relative;
}

.cssTagStartButton {
	background-color:#0099CC;
	color:white;
	width:120px;
	text-align:center;
}

.cssTagEndButton {
	background-color:#0099CC;
	color:white;
	width:120px;
	text-align:center;
}

.cssTagConfirmButton {
	background-color:#0099CC;
	color:white;
	width:120px;
	height:30px;
	text-align:center;
}

.cssTagInserting {
	margin:5px;
	color:red;
}

.cssTagFooter {
	margin:5px;
}

.cssTagTextRemove {
	cursor:default; font-size:80%;
}
