/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64295f02-0975-4bb0-b8fa-8aa642175056) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0086c224-b3af-45d0-9188-9b964fc3c66f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1cdb0e17-b1de-40c8-80d4-219a868c4e0c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-66852647-205c-4319-845a-ef1e4fd35a7e) 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 {
}
