/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-005cc3dd-709f-4376-ad24-8f71117c1691) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67d3258b-d6d8-4580-b968-7bc97e7645cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b86b7a12-2c98-44ab-95c0-f36bf828fb33) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e1bfc6e8-2b93-4210-8ad2-77364b864e13) 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 {
}
