/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8a387423-d7d5-4caa-88d3-6cb9a2057f8a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb43199a-7e3e-4b42-9db5-a51955ae6e13) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b3a49683-cba1-48d2-966b-d230ff7c9321) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5c100a95-0ed8-4315-b1fc-607edd0955a9) 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 {
}
