/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed4e09bc-896f-4d23-8a3b-3bfdac96681a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e8441187-40c3-4c08-a7c3-d2b5cac01687) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a2fd516-4853-46fc-9d60-52f008fe1fc8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ed254686-7084-4e7a-9f43-03037c4d5268) 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 {
}
