/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce7ab43b-8901-4c43-b0a4-0ee5c33beb21) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13b8a966-252f-4200-8b9b-9c87bac968c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a860a21a-36c4-48f8-9131-3196071f6ca2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09a50b9a-faa2-4381-8925-4aa867e8ea3e) 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 {
}
