/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db795e6c-8131-4c00-b189-c08cd0a46cb1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cd76d93d-a29f-41a8-8975-5bbd3eb166ca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ec973dc6-e966-4c79-b5f8-e6244cce8dd6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99225c45-2a0e-4f00-a3e9-a60da42e2674) 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 {
}
