/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd3b5ada-6f5e-49bf-95d5-10a80cc26594) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf98e81e-1a09-43b1-af83-2f7746f7f010) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b890b65-449f-47bf-8e49-3c31fd5e5d12) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e0fd28e-41ef-4ca7-9381-9f29c08f9ed6) 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 {
}
