/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c404f775-384e-48fa-9bed-89507fe348bf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03868abf-960c-455c-ae30-57cf68217cf2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45fd6862-4935-4f55-ac3b-f2d7b1a876bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e8f88e54-5305-40ea-9bd7-c71603e4d729) 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 {
}
