/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fe37bf39-c7ae-46c9-88f8-30f5102b2a25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-69bd9cb6-e358-41a4-ba4c-8b4f2d116509) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8217bfe7-af4b-4ee1-98f6-83c081f13bd3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea990fea-b3cc-4a2c-93e6-2eb9fa76e71b) 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 {
}
