/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6441ed6-93cf-49d7-9a60-23ddc017c34c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-334ccd26-0718-473a-9de3-49957dadeab2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43a2ea46-28f8-49f6-b250-a1037e77bc4e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-341183f7-f185-40a6-af4d-ec1e953bf0e2) 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 {
}
