/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b0bcf25c-db99-4ad1-a04c-211a86e5ec30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-576eac5b-6d64-43fc-999c-e44ca0783524) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c48d4a5e-f648-4366-9741-244d4063007d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-380accb7-7e49-4949-a5a9-6e3bdaac3fb9) 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 {
}
