/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dbf729cd-8d6a-492f-971f-5ff86be6caab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2ad36d4b-6e3b-476d-9f74-5afb7dadf502) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43e56766-8e41-467f-aa31-4a0417129252) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-68a2ee4b-a703-4996-80d5-b5b7c8c503bf) 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 {
}
