/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4fcfbd85-186e-4db5-9a66-e290a05b744f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dcf42bbf-0aa6-4115-9912-b5f5b7d71600) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a7bd695-c4e7-488f-a1f4-ccb1590c9259) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-366e202f-8880-4d29-a24a-4ef5c6cd202b) 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 {
}
