/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a24ee91d-97b6-4588-a5d1-984a634f01b3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81c1799b-2866-444d-86ef-730cfd92001b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7eeb56b4-b26a-41cf-ac07-cbb4e69e0ae3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abae32f9-b519-40a4-9742-df56e12a128c) 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 {
}
