/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55010c50-93de-4b42-a1ef-0aaed020216c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dddad52c-3ade-4233-b3af-d3f6614a0b71) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0d84128-6246-43d6-bbc9-8e8f693f7638) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6a9a81f7-27a7-4c32-8487-9715903e62a1) 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 {
}
