/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dcaa1f7a-5a10-44a1-b546-f06d5f7cb7a7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41896612-52af-458c-86bd-2f1f49e62baa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65cafa65-9ee7-4dd1-a20a-c79f1bc66576) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb506049-a72c-4916-bb9c-88d025dff257) 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 {
}
