/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3d5981df-9c77-49c5-806c-23dabb8b91f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-730a741c-3dbb-46ba-a893-608dff2fe0dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7bf6fd57-ec47-4f28-b1d8-7c914927cd48) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b0dd7fd-d8e1-4d19-b0a5-046a73f8785f) 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 {
}
