/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49919921-3e03-4a6e-958e-ce1642085416) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01f469e2-35e7-4e7d-a39d-126bb6c78d06) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d7018323-5549-4787-a196-6936064bdcf0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6bcb2cc0-1bdf-4c10-a540-2b85aae2242c) 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 {
}
