/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e55c489-54b4-4050-ab64-0c99662c9f92) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-953c1651-9c6e-4856-b73c-0cb6e0030dee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-accc2b0f-03eb-4583-8094-493993afbcd8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-56c252b1-0f90-486e-8a82-fd46895f7961) 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 {
}
