/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ff661f74-1ad2-4f9a-b347-a59c75c58c44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9594654c-00a2-4469-8ecb-3124d7f341de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cdfc4b2c-0139-4b18-a91b-5afa942137a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3681c39b-daef-471d-8017-bddf63e6b41c) 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 {
}
