/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e99eb2a9-9ea3-4385-a0fb-7ac6db14d61f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04b81a23-7f4c-4f84-a7bf-1252026dc8bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-046735aa-907f-4753-bb72-059fa08d5c27) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-23ca3728-a37e-4ce6-9914-a5a05bcdcbb9) 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 {
}
