/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-020ce5e1-d4cf-4729-a94e-e1afb8855fde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4d8e446a-c915-4f0b-b695-6b1cfcb1fa94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ecd6952b-9c66-47c5-a91b-63ab298c42e9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae2be686-d1ae-4973-a2aa-ab773b42b001) 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 {
}
