/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c982737-06ab-49a2-8ce5-09df51c15f61) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a8df4d11-50a8-4c1e-b78c-c0a1f308e857) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3040abe7-9e06-46c3-a23f-040f930e8a54) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1a4e8967-0b41-41cc-b559-c0e043a22772) 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 {
}
