.Hov {
	background:#AA3333;
	color:#FFFFFF;
	width:300;
	font-weight: bolder;
	font-family:arial;
	cursor:pointer;
}
.Hov:hover {
	background:#FF0000;
	color:#FFFF00;
	width:300;
	font-weight: bolder;
	font-family:arial;
	cursor:pointer;
}
.slider {

  width: 400; /* Full-width */
  height: 25px; /* Specified height */
}
.SelectForm{
	width:150;
	font-weight: bolder;
}
.LabelForm{
	width:160;
	display: inline-block;
	text-align:right;
	font-weight: bolder;
}
.LabelFormTime{
	width:160;
	display: inline-block;
	text-align:right;
	font-weight: bolder;
}

.LabelFormMin{
	width:40;
	display: inline-block;
	text-align:right;
	font-weight: bolder;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
   display: none;
 }
 input[type=time]::-webkit-clear-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -ms-appearance:none;
   appearance: none;
   margin: -10px; 
 }