/* 
*/

.autoedit {
	display: inline;
}

.autoedit-trigger {
	cursor: pointer;
}

.autoedit-trigger-wait {
	margin-right: 1em;
	cursor: pointer;
}

.autoedit-trigger-error {
	display: none;
}

.autoedit-trigger-ok {
	display: none;
}

.autoedit-result {
    
}

.autoedit-result > p:first-child {
	display:inline;
}

.autoedit-result-wait {
    color: #555;
	cursor: progress;
}

.autoedit-result-error {
    color: #a00;
}

.autoedit-result-ok {
    color: #0a0;
}

.autoedit-data {
	display: none;
}
