.warning {
	padding: 6px;
	background-color: #FEC6C6;
	border-bottom: 1px solid #FF4800;
	font-size: 1.4em;
	width: 588px;
	color: #000;
}

.warning .comment {
	font-size: 0.6em;
	font-style: italic;
}

.warning label {
	border-bottom: 1px dotted #333;
	font-weight: bold;
}