/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f5f02bd9-26e7-4d48-a6e5-e5fb888c7f0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-068d2647-8689-4a36-96ce-2fe2f0e170ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a99447cf-d6be-4072-9dda-324317da72e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-02912d55-8bdb-49f0-b0b7-aa37f1b02c55) 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 {
}
