/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88835ec6-d123-45a6-89ad-a62119a13997) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-49de826d-0799-4960-8748-1c8e8cf5ad43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4b990c12-dac4-4e82-9763-da49ea2ac6c0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-587ea8a2-c0a6-4a17-ad7f-6fef3a547bac) 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 {
}
