/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31d83583-96cb-4147-8c0c-92b989ae950d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b5781b9a-4b5d-4c28-b702-465d9ac8af33) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14f74dfb-bd48-49e1-8cb7-f62a8231abab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8becb1c2-6375-41b8-afb9-5b3932dc11ec) 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 {
}
