/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f333488b-8999-4853-9f58-0aeaf51422ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61f876bb-7db1-4344-89f6-eb43bdd413a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37ecbe2d-edbb-4094-9407-11b45e2a923d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0821169b-3aa8-4917-b85a-2d66d67a9cfd) 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 {
}
