/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f814de9a-58cb-472e-b280-a98e3a7b92f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-18b66a33-0c72-4540-aab2-baadc0a582a6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-578d8162-3163-4cce-ae6c-06b53e210e71) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3cd40c23-7364-4d64-bb8d-6bca80ade3f8) 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 {
}
