/********************** Tabs */
.tabs { margin: 15px 0px 0px 6px; overflow:hidden; }
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:1em; line-height:1em;  background: #b0907c; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color: black; text-decoration: none;}
.tabs a:hover           { background-color:#efe8e3; text-decoration:none; color: black; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#efe8e3; }

.padder { padding: 10px 15px 25px; background: #efe8e3; clear: both; }
.padder .add-tag-box .input-box input	 { width: 250px; }
.padder .add-tag-box .input-box			 { width: 250px; float:left; margin-right: 10px;}
