/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e922a9f-9b2a-441e-9f4a-24f195083930) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b55f897f-a3fd-4ecb-b94a-f115cc9071b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7af8ceb-ebd1-4499-8e89-4af32d5ae0c3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81125843-b406-46c2-88e0-2b99cd39fb69) 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 {
}
