/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b25005b7-0bad-4a95-8af8-c4d896e29073) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a858943c-dfaa-4c18-a8d4-b9dd68aecd36) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0917b4af-0524-42dd-ab3d-7c0cefb44cd7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f3aaf024-c516-432d-a4aa-39631183814f) 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 {
}
