/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06f37599-18c0-43f5-a4fa-a601e07e4210) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-14cb3213-2ebe-4aba-8a42-3c7e66dacbd1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-57f7d2cd-0071-4ae2-8b24-81f38b0cf2bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e81ab0a1-cdc6-4181-9fcc-ace319e43028) 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 {
}
