/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5215c022-266e-4a56-9fe1-2fbd2bb9895a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-acd2dc58-e5d3-4b29-80fa-2003870f5824) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9759288a-f08b-4c09-a41e-e7b1e967179f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e8a05084-b456-469e-835b-15ad4977f5a9) 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 {
}
