/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a7ea55d1-1911-42ab-8afc-207b4667a283) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-716b285e-0c57-4326-be63-9708379f5800) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb799df6-8cf1-4c50-9bd9-e7b244d9a6de) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c8603073-b811-407f-bfe8-02e547a54492) 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 {
}
