/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b626d685-d585-4332-854b-2c483908ecf5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-28c26e2c-cbc9-49da-8d61-cb60abc0e776) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18b9ed80-979b-4a79-8530-4ae2cab0791e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-18e6eb42-7ed8-45a5-aa50-635c6cd6d8d4) 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 {
}
