/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-defca6f6-aa07-49bd-84a0-b5056e2e1d20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91cd2340-a1fd-4b97-aa82-689e94e4a8ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc5ac351-b9ca-4aac-a230-84a9f7feec44) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a62ab19-b347-47d2-9772-7fe8d4a8a544) 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 {
}
