/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6da1b361-e063-46f4-9b50-59b6cd7a3aab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc505443-e2a5-47bc-9b60-f45aeda7d11f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e424a0c5-2f8c-478a-9730-3c73d8a75843) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f32722c4-6307-41e5-b65e-967005bd25de) 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 {
}
