/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e671763-961c-441b-9a5d-e1aebad681fd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29c7faa4-d2c6-4308-8033-e418b703a4f2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b117c45-5872-40b3-ae47-ea7c100a51f8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6bf059a-774d-4af6-a6d5-c21eb464af0a) 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 {
}
