/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e90127d-9114-4417-b7b1-04b5a1fab526) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2d0766f8-ddf5-44c7-9340-a3f8f59777d6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25cfa726-61aa-4081-a1a7-88ce9f17fe55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13db9abd-62ca-4ab0-b9e6-db413c597035) 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 {
}
