/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-51fffb81-8c52-475b-b236-0494fa40721e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f76d019-949e-4e34-8148-7cc806078614) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8ce666a7-ae60-4b61-a358-e27c6db39fec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-73bc2327-6638-47a4-aaba-f684cf4158aa) 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 {
}
