/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-da39516d-6273-4c9d-ba59-8954e8c8d5d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-28fdc226-b3f8-448e-8c90-8e5e53229471) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ccb649a8-ccc6-4658-a64d-eadca95b0d9d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-46ccebd0-4916-47c0-aa8c-04a5cf522a18) 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 {
}
