/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b584d28-0892-43f0-9393-a12d6f751c82) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6ac5c6f6-873a-48d4-9727-6e706b63c839) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4b840e28-4a78-4bc8-90e2-05a3d699b1d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4cbea762-1ab1-41a4-b2e9-1d64b73f82e4) 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 {
}
