/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7512fa7f-f0fa-4640-84d9-43cbb19ad642) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4a49c2ba-ca64-48ed-a388-12b44b1944a5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9cab292c-2a8f-4093-94d8-c771797b832e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d54619a4-549c-41c1-8865-26e26d1ea471) 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 {
}
