/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0614ed82-4e6b-46d1-9bd6-250da44eb664) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a8cb771-4740-417e-b099-c40524a30336) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-57fbbd0b-29f9-4fb7-affe-ca2b812a53b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-38d2d277-bb34-4301-b5b9-acaf9c35b706) 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 {
}
