/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c490e3f3-a52a-4ac4-bdeb-a80ca4b93eb4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3a337313-b208-45a9-8a45-1157fba71db8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-09f38488-aaa0-47ed-ac57-2fb669638296) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c865c46-da22-498c-968d-00f0c8fd6aba) 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 {
}
