/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-509a33c8-17e9-4cef-9661-46776c4fda9c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-55ae22f1-b601-43fb-99e7-2a7852a62d99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2c35a7c-3697-427a-93da-8fddb435aa5d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-989bf778-9182-4dc5-8886-66c768dfbb3d) 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 {
}
