/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-acc2ab6a-b1d1-446f-bcc8-8d59cb7171ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d61f165f-0fe4-46bb-8cb4-23084fa77f17) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-75e63d14-c9f0-42b5-866b-7751508ab85a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0979c456-0b48-4124-834d-6714750b98cb) 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 {
}
