/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-71e44abe-0ec7-4625-b5ad-7421409dbaa9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-407b7139-63d6-474e-8a0e-4444bb2ad618) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b2769367-e759-4ec4-873f-9fb4777f6f1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0aaf98a-3b46-4426-83a7-2a81571b0aaf) 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 {
}
