/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c61f1051-00e1-43ae-b8ea-18be19172b1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f77dfc18-c7ba-46b3-af05-828f2096a797) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e5d5fd7c-e434-469a-86b6-c6aa2cf54810) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac467506-b0a2-4b10-a92e-c812d52ac2f2) 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 {
}
