/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96afc6e9-218e-42b3-b91a-9c87816156b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3326fdb6-80f0-4d0e-9893-297272059536) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53e1b5c0-0df5-42b4-b42f-c9f825713deb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1cc20f9f-71a8-4af7-ab3a-c9a06f0246af) 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 {
}
