/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f8d499da-1cb8-4af6-9ba5-4109a6f9a9b9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00397ed1-a2c6-44f2-85be-4b1aba254cc3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8076367e-6d2b-4ba8-ad80-06a606e78d2b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-39c51bf6-9b3d-4898-b8bb-297e8b141427) 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 {
}
