/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4662e0b3-091c-4209-b02d-d0854f40fd58) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e30259b8-8c50-418b-8513-1f27ba1cb1ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2655654d-8776-4c09-bf06-2721355068d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b454953-85d8-4bdd-ae8b-ccd1c196c09f) 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 {
}
