/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e0799e29-1626-415a-b4ae-a1fa172e3480) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3723c88e-c3cc-4111-9ed0-233eb47d37ca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b2c32d6-e33f-45d0-a384-ac9637eb596f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b3530b1-ba59-4366-84cd-3ae560ba08bb) 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 {
}
