/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-36cb1fee-345e-4325-91db-31ddf7cab371) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3972f50-2118-49bc-858c-c9a4d711bba5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ff105e78-00aa-47c4-8aae-68712f8a5f8e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-641307ef-ef35-4cdd-b72f-406273ab20d5) 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 {
}
