/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af34a476-7c49-41d4-b37f-03b49141ae10) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-116c16d5-6273-4267-8d0b-4fe38d7268cf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67ca97ce-43be-4cc4-8ee0-875305e85735) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89428b64-a4d9-4f50-8a6e-8309e3ba3c35) 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 {
}
