/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f09225ad-4d86-40fb-8e4f-46f1312dd6b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d564c3d-0d1b-47f0-9165-e99019026b00) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fe0ee719-a32c-43fc-8b77-de631f3623bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a3532bb0-7fa8-42d8-bdf5-d361b15c2d5b) 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 {
}
