/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a7565ecc-2f90-4cba-9932-91f89c68ab16) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aac149f7-618b-4b1f-a5a2-f2ef906e4004) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a38bcf37-110e-4ca4-a5b1-16171f13c719) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f59e3d0b-cc31-4c40-9068-2bb927f6ee36) 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 {
}
