/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4ad6504-4a28-429d-bf25-6e6abba1f814) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f72dd5bb-bc20-4b71-a958-d63b00d07151) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-06d16661-3813-4ab9-acbb-8a4d7a79ae0f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57afae8f-5747-446b-9697-5e047abd79b2) 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 {
}
