/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a18e3427-69ec-4679-98ef-25b8ad58d284) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29b0f524-42e2-44e3-a8df-78a807b28238) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43a0c84c-b050-4630-b0c2-4b5737e4c184) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87ee96bc-02a2-4dba-b1fb-32db47e12b84) 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 {
}
