/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8352dcc-aaa7-43c7-9186-44fda5985519) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-618fff47-fbf3-415a-97f4-aa5710734c1b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2bc2be2b-bf8a-4d30-a198-72fa60b0992a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2a432fa1-7cc3-474c-be99-f5f617539c96) 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 {
}
