/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb9f2e5e-e771-4bff-82b7-cfab7e237f18) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de9b95e7-23fb-4cc8-9323-0418fbcd5399) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82517825-4bfd-4797-9fb1-d74c3366c411) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8d2c992-4707-4f6a-bcc6-3cfc4c451fe9) 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 {
}
