/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22a7bf72-19f9-4547-8753-fae7c3db29db) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4cb2f51c-3ca2-42b9-b117-49d274e698c2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18ab1569-d946-4a5a-b857-96347dd6d264) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7aa30a45-d6af-4020-80a0-34dd2246397a) 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 {
}
