/* CSS Document */

input.datec[type=text] {
    width: 300px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
background-color: #f9f9f9;
  border-radius: 28px;	
}

input.datec[type=text]:focus {
    background-color: f2f2f2;
}

input.dateb{
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Courier New;
  color: #000;
  font-size: 28px;
font-weight:bold;  
  background: #ffcc00;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
}

input.dateb:hover {
  background: #000;
  color: #ffcc00;  
font-weight:bold;    
  text-decoration: none;
}