/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa9e5978-cc03-4ea5-90b4-5e005e765f4c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2c606b2-e927-4e91-9cc8-662a8ec075a0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e2066204-eaaa-4f01-96aa-89dfeaf78b1f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a17d2d0b-a04a-4ad8-b63f-ed080091176c) 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 {
}
