/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1aa048a-6464-4aa6-9ca5-33f9f49e5483) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ebb0647c-561c-4ba0-84ca-2a4d995e4dc0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb3c2053-69cb-43a1-8131-084492ca0457) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dfa43240-512f-4647-96e8-7b8940ba4038) 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 {
}
