/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88052d05-dd3b-4462-8d7a-46abd36a69d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-817c0f8d-5043-435b-b181-6c0f47d145bf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-30d7e46a-568e-4105-b3df-a28894ab96dd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a51b69a-07ab-4c82-9777-d13b5e2e7384) 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 {
}
