/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-da40073f-cbf1-4bc9-8751-448f8f65d8cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04f598a5-e6d9-4a98-a9c6-f5078f6a0f80) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5dab3e0f-9393-4002-928c-1036d9ef04bb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0474a6e-8cf6-42e7-a568-41c6738acd6c) 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 {
}
