/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9736cfa9-5e8b-4be2-afec-8a22f803a44c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-56c96439-6244-4a5a-87ce-0c1025b0b4eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-516fb8d9-6343-4a98-bfba-c47622586ec9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9eadf858-6438-40a6-b49b-855db419995a) 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 {
}
