/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eea23765-688e-4c02-a971-bb6bab957527) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f39d0776-7f0b-4d72-869f-15599074dbc9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd39e79d-9e26-4883-bd17-04756e96fcc1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fa0acf2b-0701-4119-af3b-990839701af9) 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 {
}
