/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-24ecb3f6-d6db-4e9e-a95c-4a8d05c1aaa2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1092c915-f19b-41a3-9cd1-2a8a88b5697b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4ff9e59c-682b-4a2b-b7a0-75d8253997ab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94e1bac8-2b0a-448f-ace7-51da3d1a9199) 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 {
}
