/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48285f69-58bb-475f-a468-4ee40dbbb354) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b65a91c-1a52-44ba-b513-fd7b814b8c4f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c93930c-5e88-4173-8e0f-2444412cdc7d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8db885d2-e3ac-4538-b036-62052e8de6bd) 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 {
}
