/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88f1675a-c2c7-41fc-9943-7a9d62b67924) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a070125f-87b7-4f99-a97e-04b975c4e3f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f70246a-307d-417f-974a-a3aa86a130ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29ea2cc7-55a9-4ed7-9f96-658fff7ff2cf) 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 {
}
