/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ff34207-5f1a-4c9d-b9b7-962ca5bce66d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-902388d2-34ea-452c-b36f-f42d957f2483) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3696a1fd-275e-4121-a158-00aa1236a591) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e8cfbf73-bef8-4ee8-87fd-b1d0b8bd13d2) 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 {
}
