/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63c28015-dc47-45dc-b3c7-22ac09b99bf1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e70a1d5e-9e2d-497c-9de7-fa70b5582807) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c57e9bfe-b767-43dc-9f96-ae8a0ddbf567) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efa539b7-cef3-4489-8e3b-2e35b1bf0b29) 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 {
}
