/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b172923-7f2a-47d9-8aa6-80bd3102630d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b698f64-2d52-43aa-b9bf-22494e3c9b6e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41091ed0-a265-463f-bcfb-23daac51d859) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e91a7156-ad2f-4f48-b58f-7f8a859082b7) 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 {
}
