#attachmentcontainer .attachment {
	text-align: left;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	margin: 0 0 2px;
	float: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px;
}
#attachmentcontainer .attachment .image {
	clear: left;
	float: left;
	margin-right: 2%;
	vertical-align: middle;
	overflow: hidden;
	height: 38px;
}
#attachmentcontainer .attachment .title {
	float: left;
	font-weight: bold;
	line-height: 38px;
}
#attachmentcontainer .attachment img {
	width: 50px;
	height: auto;
	display: block;
}
#attachmentcontainer .number,
#attachmentcontainer .delete-attachment {
	float: right;
	color: #aaa;
	line-height: 38px;
	margin-right: 5px;
}
#attachmentcontainer .number {
	width: 20px;
	text-align: right;
}
#attachmentcontainer .delete-attachment {
	color: #f00;
}
#attachmentcontainer .delete-attachment:hover,
#attachmentcontainer .delete-attachment:focus {
	color: #333;
}
