/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6af303a-5df1-47c1-a9b9-4a0be7b0a5aa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-788b958e-b1c2-4a69-b6c6-2259016e33ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-29a2da64-3909-4791-8b12-41758d58e31f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a985f65-68b6-4394-bbe9-9270b629ea17) 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 {
}
