/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-444e6e61-b234-4446-90e3-c89bcf5dadd9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d54e0ae-5254-45c4-a8a3-eab5838087f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f23e788-19b7-420b-b529-73e23b48093d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ddb1160-d91b-4482-b94f-3eaa14c2fb94) 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 {
}
