/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fff716da-4908-48d6-98b8-ab583740b169) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-96562ced-1c51-4256-881a-1550be4d145d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6952f428-5434-4ecc-8f86-66673bd762ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fd1b1e67-90b5-4bc4-bb3a-42680a37fb39) 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 {
}
