/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b3d58cb8-7d93-4683-a107-b2967d65672c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4592287d-62f5-4004-90af-191737c33bc4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c71bc002-827c-4d47-9614-1a62b1efcf92) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-10ea4aca-54a1-4bd9-a228-3bea22447f13) 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 {
}
