/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7bb31d37-becd-4b60-bf66-38a6ed2009a5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-531f6e0a-f061-4af1-9338-8e5e3106ea37) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7833a496-37af-4003-b31e-75763d2929ef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5155f53f-bdb3-4b49-9cf4-ae7c1b2541a1) 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 {
}
