/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e97d9c8f-a13c-4cec-8d22-91e6113d7471) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a64f77b1-a67f-4ed3-9221-92c2263dab7d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ae3ec02c-da28-412a-90e1-f6bea3d40af3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6db5aaff-985c-4403-8869-cb69794e5941) 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 {
}
