/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9574058-c00f-4278-bf7c-f024a5754795) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-26304de0-35f3-4b80-8bfa-d57c7c6d5109) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-edbceb5b-cc86-4e6d-ba3c-1cdd87ad421d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86c1b0e9-23e2-48c0-bbd5-913a4058484e) 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 {
}
