/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e917716-6768-42e2-9203-7b3a8e7a754a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7266edb3-138e-4403-835b-c70dc0bcd7c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-13a03157-a615-4189-b9b7-3392c4bf6627) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bd16355-839f-4bee-a3db-f11627a36f28) 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 {
}
