/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e3ccd68a-02a5-4aa8-a4c3-4abfc002d4bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2bc42ee9-aacb-43f3-b698-846271c76529) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d5eece42-1dbe-4d04-a3ad-a8e392b02b46) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94b39963-2a13-49d0-afdc-82dca75322a6) 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 {
}
