/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f863e2c-c609-4484-a060-2293afb4f343) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eed8d400-a244-4cd6-a127-d65b7831f603) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a0ba174-d3b8-4ba7-9fa6-0bf332a1f5f8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a55af92-334e-4ec2-92d5-ed5785fcd551) 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 {
}
