/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d5586cac-2af7-41e4-964d-98e078a14104) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da11d888-555e-4f01-a2cb-1ab6d5761573) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7ac6db60-19d8-4e4a-858a-1a19f8f66d0b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30b584d4-e8e3-4b95-b8f7-a02f79128598) 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 {
}
