/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6644e975-5bbb-4718-a233-21d98ecb0bac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35f67cef-6dbd-4fcf-95fc-2768add29366) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fd0f0e31-cb87-48e2-a8ae-8a6084195c3c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-19837d2a-2854-403a-ae28-f285f6cbf367) 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 {
}
