/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80abc306-7545-4db9-99dc-bfb2260a39f0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d9a52d1b-5c8c-43f7-8b60-013ad3e08850) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fbdb1ab-06e0-43ca-b6d0-7bfbfa5ae29f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ab4ca4c-008e-4e98-84a0-e4081b5decb5) 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 {
}
