/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e294e08c-9aa0-480a-9db7-dd4132a290c1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08ae9997-c630-40ff-a93e-1e1774d549ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1668220a-72a2-434f-ba0a-018c4f65bd47) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40f3772f-68cb-41aa-9d00-1eb0bdc8a316) 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 {
}
