/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-773b9193-62f3-4463-be07-65825936192b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d811eb8e-f202-4d34-bfe4-a55876d9a8c7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5890f319-0643-4d40-82e3-91f0a9654d96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e77c638-9c35-407c-8457-34cd9cf39bfb) 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 {
}
