
.loop-date {
	width: 75px;
}

#poststuff h3.nav-tab-wrapper {
	padding: 0;
	margin: 0 0 20px;
}
#poststuff h3.nav-tab-wrapper span {
	margin: 0 20px 0 0;
}
#poststuff h3 .nav-tab {
	font-size: 16px;
	line-height: 20px;
}

/*

	jQuery Tags Input Plugin 1.3.3
	
	Copyright (c) 2011 XOXCO, Inc
	
	Documentation for this plugin lives here:
	http://xoxco.com/clickable/jquery-tags-input
	
	Licensed under the MIT license:
	http://www.opensource.org/licenses/mit-license.php

	ben@xoxco.com

*/
div.tagsinput { border: 1px solid #CCC; background: #FFF; padding: 6px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #F1F1F1; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: block; float: left; padding: 1px 5px; text-decoration: none; background: #F1F1F1; color: #333; margin-right: 5px; margin-bottom: 5px; }
div.tagsinput span.tag a { font-weight: bold; color: #21759B; text-decoration: none; font-size: 11px;  } 
div.tagsinput input { width: 80px; margin: 0px; border: 1px solid transparent; padding: 1px 5px; background: transparent; color: #000; outline: 0px;  margin-right: 2px; margin-bottom: 0px; }
div.tagsinput div { display: block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid { background: #F00 !important; color: #FFF !important; }
