/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0262af8c-5cb3-44bd-ac02-18f9db4b6296) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f99779bf-b755-4ea8-a73e-0731fcc1981a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ece1a337-33c9-4438-b408-f6cd9fb86147) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1917e19c-f9a7-4a66-af50-482c50eb9614) 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 {
}
