/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5de150c-e113-4f72-b842-35ecc8552cff) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2aac870c-c086-44f8-a978-1d21101ebf1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9a47e6d9-05ba-42ae-a15f-73e3039918ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f660b603-7482-483b-b9d4-13df5e98afb8) 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 {
}
