#tagi{
	display: block;
	width: 100%;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding: 8px 0px;
	margin-top: 10px;
	font: normal 10px/10px Tahoma;
	color:#999999;
	overflow: hidden;
}
#tagi #tagi_title{
	display: block;
	float: left;
	margin-right: 5px;
	color: #333333;
	margin-top:3px;
	font-weight: bold;
}
#tagi #lista_tagow{
	display:block;
	width: auto;
	overflow: hidden;
}
#tagi #lista_tagow .tag{
	float:left;
	border-right: 1px solid #e6e6e6;
	margin: 3px 5px 3px 0;
	padding-right: 6px;
	height: 12px;
	color:#999999;
}
#tagi #lista_tagow .tag.last{margin-right:0;padding: 0;border: 0;}
#tagi #lista_tagow .tag a{
	padding-left:0px;
	background: none;
}	
span.gray_arrow{
	background-position: -974px -493px;
	padding-left: 7px;
}
.tagi_form{
	display: block;
	margin: 10px 0px 0px 40px;
}
.tagi_form textarea{
	background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 98%;
    height: 100px;
    margin: 0px 0px 5px 0px;
}
.tagi_form .submit a{
	background-image: none;
    background-color: #BF2217;
    border: medium none;
    box-shadow: 0 0 2px #818181;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 9px/12px Tahoma;
    width: 120px;
    display: block;
    text-align: center;
    padding: 2px;
    text-decoration: none;
}
.tagi_form .submit a:hover{
	background-color: #eb291c;
}