/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a146d1c-892f-4e8f-83af-1cc9105f5f91) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-19348b2f-9d71-4fbf-a28f-6b5ca0bc8ecb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ffb58c9e-4029-4c26-93b0-9f47d985f589) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-19ea8802-1f3e-44e3-8097-ffb3a3aca030) 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 {
}
