/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e4606b8-4efb-4938-bc80-c52a9907b4c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0621e31b-0f02-41c1-8bdc-f03841e1d8d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c0f37f9f-61c1-4a34-a779-3a5397b34466) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eb40e326-b54d-4b4b-8027-7ef1279aa788) 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 {
}
