/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd64578b-0f37-4451-b09c-b2394628dcc3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb1485b7-c65b-437f-ab1a-6478e9ac127f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4792046e-9f9f-4627-9704-3b6cb257c76f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2955f504-efe5-4074-a8ba-363767f2d46d) 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 {
}
