/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb437fa9-53c3-41bb-a369-ebc677713c93) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89b1282b-3e17-4714-8d77-e17ff219a7c9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2c9d110-4cb8-4881-8632-698587203ae1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8b9df68d-fa1b-4b64-b86e-cd833c446b37) 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 {
}
