/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2b61ee31-e708-4400-a826-9cc1f7a4b041) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51ec2736-4f62-4905-8c7d-a6292b996fe5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4675a5ac-67ce-4076-9414-f5cb7b857293) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-82728044-5085-4ee3-9df1-54503c60a82a) 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 {
}
