/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c7060c8b-4f59-4682-b068-cc2ab51cc675) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4b4ae29-ecf0-4a5c-9320-46b01a16edb9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08494d30-4aa5-41ff-abbb-c5d78cac44fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5de1281e-69fd-4af3-80a8-0acf27aec312) 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 {
}
