/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1977aaf3-f3af-4e83-bc26-b0cad4c59a30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c5250bf-a76c-47b8-a823-75bd72d33682) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7901bc7d-1f2f-4517-b1e3-b9af1fd0ca5e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-404b14ef-2570-4915-b4e1-f7c7a6fc7a28) 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 {
}
