div.status {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #09135b;
	margin: 0 0 15px 0;
	width: 100%;
}

div.status div.statusInfo {
	
	color: #fff;
	background-color: #3E79A7;
}

div.status div.statusSuccess {
	
	color: #fff;
	background-color: #41994c;
}

div.status div.statusFailed {
	
	color: #fff;
	background-color: #ae1e21;
}

div.status div.statusFormFailed {
	
	color: #fff;
	background-color: #ae1e21;
}

div.status div.statusText {
	
	margin: 0 auto;
	padding: 6px 30px;
}