/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b714028d-5844-46e5-b0b7-100177325ecc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3235ba8e-5bd6-45f2-8c17-c203a3fda9a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa9b2054-df6c-446d-ab3e-409c5b933310) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64ebbaf4-8880-4c04-b14b-9750e7edcf1c) 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 {
}
