/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4903e7ca-acd3-40d1-8a55-f1cca8a47d02) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a81dd95-abb8-4f5b-a7cd-c93915e9e5eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f4189688-e74c-437d-9f03-64d1a9a89202) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3bd263cb-64c6-4b57-9536-8722242e4c49) 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 {
}
