/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af33b623-28ed-4ff6-a17d-43fdedc4ce22) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70ea7b01-d5d7-4626-bd65-b5b56ef3e335) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-552848ba-9ae4-4197-a26b-a7d83236b311) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-01317a63-4c31-4763-9ba1-a2b66a64a212) 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 {
}
