/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5c4727b-a96c-4c7f-8ac4-c722fcca57b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73d3fdc8-a823-4412-9337-4e7d38342515) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bbaa885d-1590-4816-abc6-ed24edbc505f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8ee31fed-2619-42ad-9eb2-31b684383c38) 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 {
}
