/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1709a3d3-3d67-4e82-aa4b-52b9137d1a1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6706854f-1d2b-4017-b507-bc961c244138) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a3bf6b7-1f2d-492c-be07-52f809bc6587) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9549ddb0-9181-4af3-a2c4-6fc9467b7393) 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 {
}
