/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fc5a73db-9809-4cb9-88b0-87881d5ea20d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-27dc3b16-ca98-4d15-b621-30a36fef4ffe) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-931fb70a-48b6-416f-a99b-da2a17a69c5f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d52376a-bc9f-4aea-aec7-b9c596f5b90c) 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 {
}
