/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-935c990e-8647-400c-b664-5f532b6df837) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4cb384dd-2702-411d-8f9a-1177aaa7d9b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-871fd437-2175-45a2-8906-08ff2c689b48) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c571141b-7cc2-4478-9fc4-4d35e1a2ee8b) 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 {
}
