/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8aec4641-8fdb-4fa0-b627-0e1256245a31) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b269a99-ce22-489d-9795-ba7ac6987fe9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a7e65d07-288b-4076-be00-82e83d8a3998) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99d64e1d-5065-4848-951d-6a78d46353bf) 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 {
}
