/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bb24887a-3442-439c-af72-1475add73ea7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-20e149c1-3360-49c6-a5c6-737b66dfd482) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b000eca9-810d-4a4c-af82-02cdce7cdd79) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-673427d5-b19c-442f-a476-4eedc970e7bf) 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 {
}
