/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-835b661a-0d79-4cc7-9d11-ee191b0fc239) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cb98daad-0c0f-4a5d-9f7a-64154eb08669) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6b55d50b-52c5-4f3d-b5fb-c02828836ad7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1238dbe7-058f-47fe-a367-7456fa89a7bd) 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 {
}
