/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3824ebe3-24c4-41bf-b995-9a672b135123) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9816b9d7-bbd3-4da6-9537-c8b8454c9fd3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dbab7755-0ab2-472b-818c-58a9f88ed24a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0c69030-bc5c-430d-aedf-69f2be9f8aa1) 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 {
}
