
/******* FORM *******/
#formtag
{
	margin-bottom:10px;
}

#inputString
{
	background:none;
	border:0;
	border-bottom:1px solid #646464;
	color:#646464;
}

#send_tag[disabled]
{
	border:1px solid #ccc;
	color:#b9b9b9;
    font-weight:bold;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
}

#send_tag
{
	 border:1px solid #ccc;
    color:#2db0f4;
    font-weight:bold;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;

}

#inputComm
{
	background:none;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:10px;
	border:1px  solid #d8d8d8;
	color:#646464;
}

#send_comm
{
	margin-top:0;
	margin-left:120px;
	margin-bottom:10px;
    border:2px solid #ccc;
    color:#2db0f4;
    font-weight:bold;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
}

/******* CONTENT *******/
#content_tags{
	width:228px;
	height:auto;
	margin: 0pt;
	border: 0;
	text-align: left;
	padding: 0px;
}

#content_tags ul
{
	margin-bottom:10px;
	list-style-image:url('../images/bullet.gif');
}

#content_tags ul li{
	padding-bottom:0px;
}

a.tag_user
{
	font-weight:bold;
	color:#ff6600;
	text-decoration:none;
}

a:hover.tag_user
{
	color:#565050;
}

#loader
{
	height:15px;
}

a.del_tagge
{
	color:#ff0000;
	text-decoration:none;
	font-size:8pt;
}


/******* CONTENT *******/

.suggestionsBox {
    position: relative;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 230px;
    color: #646464;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #e4e4e4;
	color:#d77a13;
}

/******* COMMENTS *******/

#comm_loader
{
	height:15px;
}


#list_comms
{
	margin:0;
}

#content_comms
{
	width:228px;
	height:auto;
	margin: 0pt;
	border: 0;
	text-align: left;
	padding: 0px;
}

	#content_comms ul
	{
		padding-top:0;
		margin-top:0;
		padding-left:0;
		margin-left:12px;
		padding-bottom:0;
		list-style:none;
	}
	
		#content_comms ul li
		{
			margin-bottom:15px;
			margin-left:0;
		}
		
			a.comms_user
			{
				text-decoration:none;
				color:#d77a13;
				font-weight:bold;
			}
			
			a:hover.comms_user
			{
				color:#646464;
			}
			
			.date_comms
			{
				font-size:8pt;
			}

			a.del_comm
			{
				color:#ff0000;
				text-decoration:none;
				font-size:8pt;
			}
