/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa174577-2a77-4534-9e5e-e25afeba8292) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cbfe99fc-4f08-44f5-8c1d-900fed94f3d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-48792bfa-90e0-438d-b9d0-709c68aa5e00) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a6cfb74-4ba7-40bd-87c9-0c394e6cb39f) 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 {
}
