tr.hello-bettermetabox-attachment-handler td.field,
tr.hello-bettermetabox-multipleAttachment-handler td.field {
	min-width: 350px;
}

div.hello-bettermetabox-attachment-preview {
	display: none;
	margin: 6px 0 0;
}

div.hello-bettermetabox-attachment-preview img {
	border: 1px solid #dfdfdf;
	display: block;
	height: 64px;
	max-width: 64px;
	padding: 2px;
}

table.hello-bettermetabox a.remove-attachment {
	background: url(remove-icon.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-left: 6px;
	position: relative;
	top: 4px;
	width: 16px;
}
