/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1516c2b-c797-4e5a-9b00-33b9cace6289) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04c4956c-02bc-4d5e-add4-c665b122e48c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4325fc0f-51bd-44bb-b71f-91c8bdeaf858) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9002c5f6-2d20-4a24-8ae4-468541c2ccf4) 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 {
}
