/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b457215e-d0c2-4224-b94f-94e37725a211) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-836028f1-dbf8-423c-8092-b06e0e1c594c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53772f5e-13e4-4bf2-be23-ad2b8a8a17bf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-241bf017-43b5-41f3-baa7-2318bac1d2aa) 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 {
}
