/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-38e8fb03-af6a-4e85-9cf7-a9196eb37588) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e05299bf-350d-4c70-b69a-7bdb0d72e44f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2e30b4fa-3bde-4427-b6f1-31d6ca4ee078) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-afb5f9ba-fd6d-4270-a822-6c25dd529dac) 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 {
}
