/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c9480fb-e16e-4c86-92d5-7e4c4c681042) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c780857-8a54-4151-9fcd-600cdc165075) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf62452c-4ea6-4bc4-b622-d19432be9d16) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-901eda58-f0b9-4c5a-a085-dbc0f1603eae) 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 {
}
