/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-94719ee0-708d-4bc8-8c24-c24609242f9c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9be1795-9d0d-486a-a855-ab9ce67c511a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3366775b-c00a-4c0f-a2c1-07cc44f46469) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-daac0622-37e6-439f-ba13-f207ec563a90) 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 {
}
