/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-be4f7e8f-f8a4-487c-bb33-aae7b8b97501) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-381aa7db-726f-427a-b406-4607250bd717) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ed7c822-276e-46cf-9078-1175fc045dec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ca8d250-fa28-4771-8232-99f488118572) 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 {
}
