/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-93eede6f-7798-47e9-b0db-f28ee944a1b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c087b8d-4cca-4be9-916c-9cda223f8397) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-384db591-f271-4f5a-b30a-9ea597d73aa3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ab92e95e-6f39-45f8-8f88-dc35d1926cb7) 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 {
}
