/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7114583b-36fe-4ab2-ad06-2e8045686c55) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dacb54c1-eb54-4c75-b83f-7010077c83bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2188d586-e2bd-44c4-bcd4-d3866bed0d8c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-785bb32f-b6f5-4e6a-b9b4-86c59af6cd91) 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 {
}
