/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-72d90bf8-210d-46f3-908e-28b35d679761) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b67007b-4a54-42cc-8f26-f376778146b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c855a32-128d-4ea4-a3f8-038c9925116b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c32dfb3-3c70-4161-8f4c-cced4be03078) 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 {
}
