/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cde958f3-2b5a-46d7-a3f7-37b3111af08e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d579a299-d8fc-4b6f-8584-7558d2e80710) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-457632a6-2b68-49ad-91d5-afa9df0e86d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd5f2a89-668e-4fbf-8cc8-9f3151325bd7) 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 {
}
