/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b97b3fe-d9c5-47c4-99d2-d37eaaf54399) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2853c6e7-7d8b-4f41-bb96-d19a332a3e58) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5e9e4e5b-7c0a-49b2-b0a8-1535dcce308e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fdac2f0c-fc0b-4678-855a-184a61d45507) 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 {
}
