/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce39290c-9d9a-4b04-b144-9523c840eed1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5fdafe60-64a5-41f2-b982-8330cb413fe8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-383d72f6-fe1f-48e6-8345-f4e546e1319e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-767a2152-894f-406c-94fc-c0bc54ab8b6a) 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 {
}
