/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4cfd9cc2-500f-4cc0-b76f-10c48529027f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-624df669-e7a7-436c-ac42-42b5e718a24e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bbc0b88c-6567-4e11-a8be-59e51d30c7de) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e40e2856-1c85-485c-9423-a89cabef0bf6) 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 {
}
