/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1ceece3f-be52-4f13-995a-4a320f9af71c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-811dc43e-dc7e-4206-a5f5-0573fbcb5370) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-866b2bed-0918-4ccd-b4d3-a3b6743d255a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75a005a2-707f-46c8-9ec5-d432940d8a17) 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 {
}
