/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b62d0b8f-492c-4545-b0c7-d0fbc237572d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-136c41ae-4faa-421c-871c-4ff4d9a47cba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a12f73e0-940b-4be6-b84b-acfbade6f9e1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-32f307a1-cf8a-4d36-93ee-9a30f6d0282c) 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 {
}
