/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-584c86fc-3325-42bc-a58c-e099da458101) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-63ecd001-6006-4fcd-a506-8aed89968ce0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c160fed-0ef6-4659-87ae-d0f703511fdb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b2459e59-421e-4121-a7d4-840c6ab465fb) 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 {
}
