/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-696b1681-e19b-44e9-83fa-7834de8e4ded) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ccf4389e-7885-4f57-8413-7c6b406890a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5c6deafe-7e96-47e2-a734-756ebb5f69b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2df554bd-dd35-4ac2-b131-12ed5016ab82) 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 {
}
