/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0bfd4c80-77f0-440b-b17e-6213ef42a23d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61535ac8-6ce7-4ffe-8c02-28f5b5c552f4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d56b51c7-3f2c-4572-8517-a2655a91c5ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a694292f-7187-4d55-8869-04bba4093a06) 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 {
}
