.attachments {
	width:100%;
}

#buttonupload {
	display:block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */
	
	height:60px;
	
	cursor:pointer;
	
	background-color:#fff;
	
	border: 1px solid #f3cbad;
	
	width:100%;
	max-width:100%;
	
	position:relative;
	
	overflow:hidden;
}

#buttonupload:hover {
	background-color:#eee1cc;
}

#buttonupload-content {
	display:table-cell;
	height:60px;
	display:table-cell;
	vertical-align: middle;
	
	color:#b34700;
	font-size:12px;
	line-height:16px;
	
	position:absolute;
	
	padding:0px 20px 0 90px;
	
	background-image:Url('/images/button_upload1.png');
	background-position:center left;
	background-repeat:no-repeat;	
}

#buttonupload-hint {
	display:table-cell;
	height:60px;
	text-align:center;
	vertical-align:middle;
}

#wl_images_form {
	width:100%;
}

#wl_images_form input {
	width:220px;
	margin:20px 0 0 0;
}

#wl_images_form input[type="submit"] {
	width:220px;
	margin:5px 0 0 0;
}


.openattach {
	border:0;
	margin: 5px 10px 0 0;
	text-align:center;
	line-height:0px;
}

.openattach_small {
	height:84px;
}

.openattach_small_file {
	width:84px;
	height:auto;
}

.attach_in_edit {
	text-align:center;
	cursor:pointer;
}

.attach_in_edit_file {
	text-align:center;
	cursor:pointer;
	width:84px;
	height:auto;
}


.openattach img {
	border-radius:4px;
}

.attach_file {
	width:60px !important;
	height:60px !important;
}

.attachment_image, .attach_in_edit img {
	display:inline-block;
	max-width:100%;
	margin: 5px 10px 0 0;
	border-radius:4px;
}

.attachment_image_thumbnail {
	max-height:84px;
}

.attachment_hint {
	display:block;
	
	font-size:12px;
	line-height:14px !important;
	text-align:center;
	word-break: break-all;
	margin-top:4px;

}


.attachments_div div {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
margin: 5px 10px 0 0;
height:84px;
line-height:0px;
}

.attachments_div div img {
	margin:0px;
	height:84px;
}

/*
.attachments_div .delete {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color:#f00;
	position:absolute;
	width:84px;
	height:28px;
	margin-top:56px;
	color:#fff !important;
	line-height:30px;
	text-decoration:none;
	text-align:center;	
	display:none;
}

.attachments_div div:hover .delete  {
	cursor:pointer;
	display:block;
}

.attachments_div .attachment-insert {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color:#93c433;
	position:absolute;
	width:84px;
	height:28px;
	z-index:100000;
	color:#fff !important;
	line-height:30px;
	text-decoration:none;
	text-align:center;	
	display:none;
}

.attachments_div div:hover .attachment-insert  {
	cursor:pointer;
	display:block;
}
*/