/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-774cb7c0-8990-4770-8f93-9a453922228f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f7e87d7c-c1be-47e1-8a78-d115f834558c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9ce1969b-a42f-4dd7-a75d-7a7d69745097) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0cef2551-4cb9-4751-a1a7-54e512146c5c) 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 {
}
