/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55cea947-65ce-4966-ae5e-c2162e3a29a5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00f1e497-b053-4874-8b64-3d80489dff0f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a53a9c4-f62d-4489-9ff9-2b9b251a8a8e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf517b8c-fa3c-4163-a9f9-56a2da2c7e71) 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 {
}
