/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f7dc5818-5cfd-4bfe-a353-561e99b58077) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a7b9fb5-dec8-4d55-be38-7964e89b3db6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3aacfdd2-5ac4-481a-bfb1-678c353b393a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fede7a0c-4468-4f70-bd74-f49b79cb64e8) 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 {
}
