/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2add8200-68a3-4b5b-b202-320fca93bbb9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-840e55e6-9311-483c-ada2-2b5c92699b6d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de9a5ed1-7319-46d0-bdb3-57fb8b90b50c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e18a5292-7fe3-4ee2-b017-ec71d2e19ddc) 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 {
}
