/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e32c64a9-d019-48ba-af02-3e24639dbd64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f68b4fab-9fa3-4feb-9c62-fcbfa34164b1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-676b96c1-477c-4cd3-bf2a-43849a692532) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7de8b714-e2b1-4a78-83b8-97b6cee02c17) 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 {
}
