/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c40ae3a2-d062-487f-be5c-16f83e9fd6fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1e14af97-c57f-42b2-9da4-03d6f367f389) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fb4a8f3e-a5ab-4c3b-b700-080dbddba9ed) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1766288c-4cef-4757-8d12-62e77b4f3436) 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 {
}
