/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-875b9326-d1f3-4c38-833f-5d9cfc08aa3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e52d9a2b-7f42-4caa-b2a5-73d1765dfee8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-06dadeca-eedd-43d3-b050-7f9562eaa663) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c142522-50da-4017-b4cf-3d979a6d3ba6) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
