/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-105b53bc-486b-4cba-a0aa-7da0232a7fde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7eaf1487-fb3e-4552-9137-5bf3f8e6dca6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ecf7011a-20a9-46d8-8d1d-f260cd5e38a1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5093ce0e-7ecd-4fbc-b217-1b4ba33ada09) 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 {
}
