/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e35abc42-7814-4a60-ac51-3d8b848cadad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fa6e8960-e5a5-4ab1-872a-16bdb2e49732) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80733544-3984-4bc1-aa93-65b0af937d1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1feedd14-681c-492b-a874-483d973f2fc9) 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 {
}
