/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-243dad91-debe-4b29-8466-a92fcf9421fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c8a72fc6-cecc-4bfc-8e16-077df0694baf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b8799dbc-9b38-4fec-9b0e-de39e732da8f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ecf1e8b0-d8fd-4333-a4de-e1877470fb26) 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 {
}
