/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67bdb377-c5c8-4e59-b1bd-16292dde8058) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2bfac432-5dcc-421c-8459-af304a5f301e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac836db7-5403-408d-b62f-d3ac30ce791c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-00746980-7846-492c-a8d7-6f2351121200) 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 {
}
