/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-211daaf0-bb5e-49d9-9958-d060715b6d0b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a27490b9-2250-4b5f-ad6a-0e8f2768e55d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0cfa12a9-3612-4990-b092-bdfd6a219d9f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-363153b7-4ed9-4883-851d-bf7083786632) 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 {
}
