/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5ee9bcd-6de5-444d-bc93-c3bcdf495b39) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0ec75ff1-f119-4f47-af5a-e6da9ff42f9c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f495e2a-e9a6-45d4-9405-0ef555b04789) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6fd581e4-a673-4b20-9c92-29b00fa375f4) 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 {
}
