/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ae9d1db-2e66-4b91-8bb6-d9d518ca5cbd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c47cba5e-52a2-49ec-9a39-1758a78d89dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-63847e3f-d1ff-418b-a6a4-31fd535b9dd6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1fd45bec-a902-4b45-ae1b-87a4c9b631c0) 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 {
}
