/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7a76ddc-ad12-46f9-a2fc-60a0ec87b18f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38552fe6-01e9-4bb5-8daf-3320ae0dbadd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c285207e-8384-47b3-b392-dfbbcc3812a7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-41d7ca79-9f56-46ac-ab5c-72778ac91a41) 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 {
}
