/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-872eec22-c982-4915-b6d1-10d4eff756a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05abecb8-3c81-465f-a936-f18a8d1b9469) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de6ae16b-c852-4bbb-b99d-11ec9b491905) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6b712423-bde5-40e6-9005-35b1b56ed34d) 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 {
}
