.input_box{
	border: 1px solid #ccc;
	padding: 4px 8px;
	color: #555;
	border-radius: 4px;
}
.input_box .input_tags{
	display: none;
}

.input_box .input_content{
	min-width: 10px;
	height: 25px;
	vertical-align: top;
	border: none;
	outline:none;
}

.input_box a{
	border: 1px solid #ccc;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-right: 5px;

}

.input_box span{
	font-size: 13px;
	line-height: 13px;
}
.input_box  em {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/close.png') center center no-repeat;
}


/* form */

.formcl{
	width: 500px;
}