/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c9324ef-9524-420c-9fe4-beb710e28e27) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4bbbc456-6995-410c-b621-b1cdd51163e4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71e34898-96f7-4732-a684-2b2c931e737e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ed3d1c0-27ad-4d55-8043-8be2b7329dcb) 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 {
}
