/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b510be3-5877-4022-812f-1159bbfd000a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e323d098-e687-40b3-8db6-0743c9a4b11c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0bba49eb-0d41-432b-8add-8d4702eeb811) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-af1a6fcd-d46e-4b66-9b77-65492ad17697) 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 {
}
