/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-370f674e-aff3-42f6-af5c-01a9cff2f462) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-42250213-7854-4325-bf3b-9d5ec8146562) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dfd20708-b1f1-4890-9607-f13a17865673) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eee6026a-e0e7-4562-b299-eec401768025) 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 {
}
