/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5bc7dbff-401c-4b44-8434-4e0069485767) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-181aea31-04a3-4edc-a6ba-65d0a9c4190b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c28ef07-4656-4772-8dbb-6f85b6c8be5e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f3d9ddfd-cf1f-45ce-ba94-07e7bab32f24) 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 {
}
