/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d2ab33a9-5fb7-4a52-aa2c-2d7a8373e509) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c45859a1-5816-4624-ba77-7877f3bfd178) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd79154f-9711-4c64-9a77-a2b8e58aaab6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-10093d15-7a41-4642-9621-150a6ea18055) 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 {
}
