/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6bc01bf3-8956-4dc5-8b73-f1b2d8ec8bef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ce3bee7-1acb-4631-8214-9113901b32f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a0e85e80-8019-43d3-932e-a82854c95b7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3319e6a7-452c-4ec5-bd14-11291b2f7ad9) 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 {
}
