/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f42de1af-0dbc-4f08-a7f4-5dbf39b6a327) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f56adc5c-6630-4e2e-b711-28cf4c55110e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be1af398-5bb1-4e74-8b2d-820b1ea0938f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e4fc0f7-5647-4bf8-96c4-f1ce7da734f9) 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 {
}
