/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8131a675-d89b-49d9-ba6d-4783c71ec82c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-448077c3-c4f2-4140-aabd-0d45f13de03d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a37948b-e7b9-486d-8af4-1f4a546db04f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f4d4ff1d-374a-4894-9783-1185e3b4be1d) 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 {
}
