/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fb33dae-d75a-44ed-a2a2-09067d4e1daa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-49204dc0-49f5-4fd3-97ae-dbfd1fa640a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0a42bc5b-d2c4-472e-94a4-9f05c1c7f000) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f4f3b60-8d7e-46da-8771-eab9d0a26308) 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 {
}
