/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2472dd8f-be0a-486c-8543-e9b5c89f2f9c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3b1b8a5-8d52-43c7-afc6-088b09f1704e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf89cb78-d732-47b0-b69a-279c37805f35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-60c01682-9578-47eb-a31d-114cc7b167bc) 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 {
}
