/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d3009199-9ab8-40b6-96ac-c9c5dc9035b1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c456777e-e518-4103-970e-0ef750ece8c0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7666df7d-0080-41d2-a106-5dae92245932) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f80c8f31-130b-481e-84c2-c0ca562611d9) 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 {
}
