#tagform #name{
	margin			: 2px 0;
	width			: 200px;
}
#tagform textarea{
	margin			: 0;
	margin-bottom	: 2px;
	padding			: 2px;
	width			: 200px;
	min-height		: 75px;
}
#tagform th{
	text-align		: center;
}
#tagform #smilies th{
	padding			: 2px;
	margin			: 2px 0;
	border			: #800 1px solid;
}
#tagform #smilies th:hover{
	border-color	: #000;
	background		: #F5F0F0;
}
#taglist {
	margin			: 0;
	height			: 204px;
	width			: 204px;
	overflow		: auto;
	border			: 1px solid #900;
	font-size		: 14px;
	cursor			: default;
	
}
#taglist li {
	padding			: 2px 4px 5px 4px;
	margin			: 0;
	background		: #FFF url(img/tag-li-back.gif) repeat-x bottom;
	font-weight		: normal;
	list-style		: none;
}
#taglist .name {
	display			: block;
	padding-left	: 18px;
	background-repeat : no-repeat;
	font-weight		: bold;
}
#tagform {
	padding			: 0;
	margin			: 0;
	max-width		: 200px;
}
#tagform #name{
	font-weight		: bold;
}
#tagform label {
	display			: none;
	margin-top		: 7px;
	margin-bottom	: 3px;
}
#tagform #rem{
	color			: #CBB;
}