/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-353150be-f4e0-4c2e-89f6-d47bc8c7191f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be45ff5d-b978-4629-b915-a5264455254b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d54e424a-b4a4-41ca-8f27-05ee214d576a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4126d94b-9962-4a90-a07c-8ea8783bfe36) 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 {
}
