/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01ba380b-6cfd-4f17-a797-3faf7dcfb966) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-31a11cca-e94e-42ee-9920-a5f21265b766) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-546fe367-3411-4241-b6bd-aaafc51b3d93) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e6c4c5a-e64b-49b6-8a0b-6ffd20d888aa) 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 {
}
