.tag {
	padding:5px 10px 5px 10px;
}

.tagger {
	width:70%;
	float:left;
	margin-right:1em;
}

.tagAdd {
	float:left;
}

.tagList, #tagBox {
	padding:0;
	margin:0 !important;
}

.tagList li, #tagBox li {
	float:left;
	margin:5px .5em 5px 0;
	list-style-type:none;
	padding:0px 17px 0 0;
	cursor:hand;
	cursor:pointer;
}

.tagList li {
	font-size:12px;
}


#content #tagBox li:hover {
	background: transparent url('../images/icons/tick.png') no-repeat scroll top left;
	padding: 0 0 0px 17px;
}

#content #tagBox li input {
	display:none !important;
}

#content #tagBox li label {
	font-weight:normal;
}

.tagList li:hover {
	background:#fff url('../images/icons/cancel.png') no-repeat scroll top left;
	padding: 0 0 0px 17px;
}

#tagcloud ul {
	background-color:#ccc;
	float:left;
}

#tagcloud h3 , #tagcloud ul {
	padding-left:10px;
}

#journal_categories {
	margin-right:10px;
}

#cat_inputs {
	border-top:solid 1px #ccc;	
	margin:10px 0;
}

#cat_inputs p {
	border-bottom:solid 1px #ccc;
	padding:10px 0;
	margin:0;
	position:relative;
}

#cat_inputs .remove_cat {
	color:#900;
	font-size:80%;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:5px;
	font-weight:800;
	
}
#cat_inputs span input {
	width:130px;
	display:inline;
	margin:0 10px 0 4px;
}

#cat_inputs span label {
	font-weight:normal;
}

#cat_inputs label input {
	position:absolute;
	left:-9999px;
}
