/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ac3e1b64-8128-4abe-a3f4-55e3269554b7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d4fd90e5-0f27-4b49-ad0f-204011641ef5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f072a27a-d15c-41fd-aa6a-ea8b6b9fd5c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-317f19c6-c2fb-4811-9e63-a46cdc392e72) 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 {
}
