/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-597794e7-6f4e-4988-927f-523777282845) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eed3cb0b-d8d1-4b3e-90c4-adf472f7058c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5dba1b56-08ba-485d-89ed-acbccbc2988e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b5fcefd-7811-47da-8f3c-28243b773a9a) 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 {
}
