/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f996801-19e7-4964-b033-66b68c93fc23) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e875b32f-8bbc-4a50-a003-98e8840420e7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2cdfda23-b7b9-4c16-856c-98dc87fe3ba5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7411c4ea-9438-4cbd-9ac4-2d69ae43f9ab) 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 {
}
