@CHARSET "UTF-8";

#KM {
	font-weight: bold;
	margin-left: -350px;
	left: 50%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	position: absolute;
	width: 700px;
	height: 70px;
	font-size: 1.5em;
	display: table;
}

#kMsg {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
}

.error_km {
	background-color: #FFDDDD;
	color: #B30000;
	border: 1px solid #FFB7B7;
	text-align: center;
	font-size: 11px;
	position: absolute;
}

.normal_km {
    background-color: #000;
    color: #FFF;
	  border: 1px solid #008000;
}

.sucess_km {
	background-color: #CCFF99;
	color: #008000;
	border: 1px solid #008000;
}

.warning_km {
        background-color: #F3F781;
        color: #000000;
        border: 1px solid #DDDD00;
}

.error_message {
	background-color: #FFDDDD;
	color: #B30000;
	border: 1px solid #FFB7B7;
	text-align: center;
	font-size: 11px;
	position: absolute;
}

.sucess_message {
	background-color: #CCFF99;
	color: #008000;
	border: 1px solid #008000;
}

.warning_message {
        background-color: #FFFFC6;
        color: #000000;
        border: 1px solid #DDDD00;
}
