/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80f28d5a-bee3-49b7-a5ed-f70e0d5d1fcd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-607144b4-8166-4c2a-8002-c08b17788f76) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a281e810-3655-4b52-b446-4ab3c56cc097) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e6e481e-5b55-4a95-9588-a5a1904a5529) 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 {
}
