/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8cf8e352-6aec-44b9-b9f6-6dbfc4e906a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-041a7e5b-67ba-4b21-a894-a0705738f26e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80b04ff9-040e-4820-b66d-f85f21ae2664) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb36e951-7f2d-4d67-98da-ca7a1cc25dbd) 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 {
}
