/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-911b7929-0c51-4e3b-aa5f-1ee9fb0fe1c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ee45b59-732f-47a7-9a15-e7867a19c92c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-16f3a28a-d980-4c8d-987c-271687e92fc5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6b6fd7a7-2a42-4121-b845-e2bc307b3c0f) 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 {
}
