/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-faf69766-0d45-4f59-a0aa-13a0b63126ec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2616d2c8-5fe7-4f93-9a3e-efc1cbf49218) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0cad9e66-0ecb-40f8-90b6-2a03248cbd45) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6746466-093f-415c-b085-3ae02aead0a5) 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 {
}
