/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-70ad5fba-2232-4c99-9db7-a05153f42646) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e651d234-a2f0-4598-a883-1c0d0db41f71) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ad039ba5-0b71-4079-a605-c56ab7063230) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f6eca9c5-850e-4c3d-b19c-8d31b087b067) 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 {
}
