/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c7762114-75ce-40f6-9648-d227041e1fdc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3bf10c37-0b4b-4b83-951f-571b9be32690) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-95b70949-5e40-4097-9ba6-c494d60b1439) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30c5afb6-0f83-4169-be94-1e7250d3e634) 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 {
}
