/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bf7e8f72-b2ac-4c21-92d5-cbcfbd1928d9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de21d052-c298-44e2-88a0-b41cbcb334b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-12b310af-c586-454c-a863-7e2d762aac7a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8f5e489e-4a41-4708-af17-d1b086910ad3) 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 {
}
