/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ea72848b-c664-4369-bb0f-362d93654d4c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-152b7635-39a2-4408-aed0-4b3239791200) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab405ccf-590a-4ee3-b899-7b003039b1dc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ab9223ba-94c8-461e-b972-8b07ae6ea315) 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 {
}
