#button2 {
  background: #FF8000;
  color: white;
  border: 2px solid #eee;
  height: 30px;
  width: 125px;
  margin: 2px 0 0 2px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  font-family: calibri, verdana;
  list-style-type: none;
  color: #ffffff;
  text-shadow: #000 1px 1px;

  font-weight: bold;
  
    /*Rounded Corners*/
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  
  /*Shadow*/
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
#button2:hover {
  background-color: #ff3434;
  }

  .input3 {
	  -webkit-transition-property: -webkit-box-shadow, background;
	  -webkit-transition-duration: 0.25s;
	  	padding: 4px;
		font-family: verdana, calibri;
		font-weight: bold;
		font-size: 14px;
		color: #ffffff;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-top: 1px solid #000000;
		-webkit-box-shadow: 2px 2px 3px #000;
		margin-bottom: 1px;
		margin-top: 1px;
		margin-left: 3px;
		background: #EDE7F1;
		background: #FF8000;
		width: 200px;
		
  
   -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	}

.labelkek {
		font-size: 14px;
		font-family: calibri, verdana;
		list-style-type: none;
		color: #1E62A6;
		text-shadow: #000 1px 1px;
		margin-bottom: 1px;
		margin-left: 3px;
		font-weight: bold;
		letter-spacing: 1px;
		margin-top: 5px;
		text-transform: uppercase;
		display: block;
	}
