/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af19f3f2-43d3-4194-887c-850283d055be) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a82ac67-8d79-4af5-8a12-531d252078e4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5161f276-6c1f-44ac-94d0-68e0c0b558a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-940a8171-087e-4c44-b55f-acf55f6ed969) 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 {
}
