/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5b00547-8a34-4704-a6ba-da1968f64370) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-99cb4285-e5c1-431d-931e-00347c0d5891) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-73bc96a7-8025-4081-a825-1c2d48f50630) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06042351-6b9c-4ed0-b513-c6b6b1234a4d) 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 {
}
