/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-effa9633-da56-4b63-bd63-58298e36b762) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5cc8cf6d-9eb2-4a0a-b447-ab75e69a09dc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2c7c55e7-ef0c-45e5-a32b-f596347c8cf7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-28d5f1a2-34a3-4c62-b02c-63c7977ba9b5) 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 {
}
