/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1962182d-5d6e-425c-adba-f1c9ee098d3a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7aa78a92-60b0-4f15-b489-33fa314ea8a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e242dcb9-9ea7-4c81-805e-78e2c9efe907) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72d6ca25-ec0a-4891-961a-90220e0e1709) 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 {
}
