/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-46218716-c383-4533-bbf2-bfc52f9023d7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c2ba0f3-08ba-4470-885a-8b981249fca1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-90be181e-e403-4c78-b6f0-827e59177d64) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae6f42b6-878c-4eb3-afde-9e67bc28152c) 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 {
}
