.prototip .navprotosuccess {
	width: 250px;
	color: #fff;
}
.prototip .navprotosuccess  .toolbar {
	background: #0DD03A;
	font-weight: bold;
}
.prototip .navprotosuccess .title { padding: 5px; }
.prototip .navprotosuccess .content {
	background: #2AFF1E;
	padding: 5px;
}

.prototip .navprotofail {
	width: 250px;
	color: #fff;
}
.prototip .navprotofail .toolbar {
	background: #0DD03A;
	font-weight: bold;
}
.prototip .navprotofail .title { padding: 5px; }
.prototip .navprotofail .content {
	background: #2AFF1E;
	padding: 5px;
}

