/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8c40627-0716-4af0-9b6e-be7154726236) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13eddadc-08bf-4ae9-bb2c-0619cc1d5752) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-435f0627-3de6-414f-b127-ccfb44a88f75) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f0d9452d-2673-4c48-b533-1ed163671a76) 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 {
}
