/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e4fea0cd-d209-4c52-82d1-5a794b015992) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bb63ced1-f577-44b0-8f5c-0cba4010f8a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7243a66c-05f9-4c85-865d-86bb6b897973) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d64ad5f5-5e63-46b2-b311-11f77345b835) 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 {
}
