@charset "utf-8";
/* CSS Document */

 .css-input { border-color:#cccccc; border-style:solid; font-size:23px; text-align:center; padding:8px; border-width:4px; border-radius:8px; font-weight:bold; color:#245fa8;  } 
		 .css-input:focus { outline:none; } 

.btn {
  background: #08527a;
  background-image: -webkit-linear-gradient(top, #08527a, #052648);
  background-image: -moz-linear-gradient(top, #08527a, #052648);
  background-image: -ms-linear-gradient(top, #08527a, #052648);
  background-image: -o-linear-gradient(top, #08527a, #052648);
  background-image: linear-gradient(to bottom, #08527a, #052648);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #08527a;
  text-decoration: none;
}