/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2aef6722-04cb-45ee-b9da-55dbc24b695c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70434160-6e9a-41b9-88c0-61ab5a7503a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d026dd9a-af01-4619-b081-d9aad049dbb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6257016-0167-4a42-87e8-7a1eb7438fdd) 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 {
}
