/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d87cc742-9333-4c27-b408-8de94fd3e728) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5255e7da-e34a-498f-9890-0266789f6248) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5422477-4493-4ef3-8a3c-2f1c5d6860e3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0f0c3be7-5c56-4853-a5d2-45da2653065e) 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 {
}
