/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5513c4f-f53e-470c-a232-1940d857fba3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e61539bf-739f-4563-b7b7-a88d414be506) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-caad8a08-8a73-4d89-b9e0-bb6610564045) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-850cdede-688e-45a7-80d3-a469ddc14193) 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 {
}
