/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-819b4d6b-25aa-4f42-a247-3c7bb3f83f43) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-456db268-8f56-4d69-98b4-77d45d75a599) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f5b1c480-7108-4b0f-97f2-4ded76da5b78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c3f8d97-b0d8-4ee6-9bb1-c559dd0a86f1) 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 {
}
