/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-866db929-0099-4831-bbdc-7ec2763e243b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3b80d2af-4d93-4079-b9a1-fc0046ee8aca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-39d55ae9-a8de-45f5-984b-c91b86d1880e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4b938da-3094-4211-a7d2-46f1263b7889) 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 {
}
