/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e9b8c2d-ccc4-48a3-b2b6-16daf51e7f76) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3602da2e-2ca5-4d08-8fa4-e92f6e664b55) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a03c9f4d-aecd-4cc4-8143-24589194238f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05103bd7-fe23-4575-b79e-eb67b92ed8c0) 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 {
}
