/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-937510f6-a5f0-4108-940c-fb8741314004) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81d431b6-c931-4283-8c53-97e6b7e74e0c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d641192b-fa32-4a18-ac01-28fb17ea0f0e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-10d07d40-0342-4925-9f61-e522aa74285f) 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 {
}
