/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-98c8089e-7b55-46cd-9471-a1091ed4a8fd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4bc8e8a3-41fc-48a0-9325-e4e2ca4bf801) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eead20b3-57f6-44a7-9c6d-b1020623d0dc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d7325c4e-8a58-4e09-8a12-f0a1762f4395) 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 {
}
