/* showMessage - horni hlasky */

.shm_success {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #acfa58;
	color: black;
	line-height: 150%;
}

.shm_fail {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #fe2e2e;
	color: white;
	line-height: 150%;
}

.shm_info {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #0066ff;
	color: white;
	line-height: 150%;
}


