/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-133291ca-2269-4f58-b2b9-b88653c9ec03) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efe808a6-7365-40a1-a763-9eb6413e10ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0913c303-5c2b-4c0f-91bd-09a954456b25) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d316aa2c-c0b5-4465-abdc-40fe05db4287) 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 {
}
