/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f2f10f7-2b50-4307-a0f6-22c48f8cf4dc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-57029ab0-7afd-4fdd-9f1e-d4c7a249a3e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-03fb542a-d2c1-429a-ad1b-88a1af0a5759) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b151230-ae23-4209-9e94-34c7465feef2) 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 {
}
