

/* Form elements */
input.wait {
border : 1px solid Black;
background-color : #ffffff;


color : #0E1930;
font-size : 20px;
font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
font-weight : bold;
height: 29px; /* replace 2em with your chosen value, in px or whatever */
width: 33px;
} 
input.late {
border : 1px solid Black;
background-color : #FF0000;
color : #ffffff;
font-size : 20px;
font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
font-weight : bold;
height: 28px; /* replace 2em with your chosen value, in px or whatever */
width: 33px;
} 

.home_info {
	font-size: 13px;
	font-family: sans-serif, Tahoma, Helvetica;
  color: #fff;
   font-weight: bold;
}
.subcat_name{
	     font-family: "Arial", Tahoma;
		 font-size: 14pt;
		 color: #60C;
		 line-height: .7cm;
		 font-weight: bold;
		 margin-bottom: 0;
}
.subcat_description{
     font-family: "Arial";
     font-size: 10pt;
     color: #60C ;
     font-weight: bold;
	 font-weight: lighter;
}

.item {
     font-family: "Arial", Tahoma;
     font-size: 10pt;
     color: #60C;
     line-height: .7cm;
     font-weight: bold;
     margin-bottom: 0;
	 font-weight: bold;
}
.item_description {
     font-family: "Arial", Tahoma;
     font-size: 10pt;
     color: #60C;
    
	font-style:italic; 
}
 