/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0c93f9c3-3daf-44ff-8068-44e414b6197d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dd6d5bf6-9498-4fee-ac4f-0fbe86be6cb9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-beb75d4f-f8f9-4ca3-9fb1-071f85a0c6c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-813f3131-6024-4059-8373-d058e0f74d57) 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 {
}
