/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-46feec18-0da6-4e28-8164-705295a63c7c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-98e8185c-b91f-4e40-b7b3-aebeab47fcb3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-912bd5af-02c7-4f0a-853f-148dcc895163) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48e3850d-a897-4115-9736-5334729e5bfe) 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 {
}
