.myButton {
	background:linear-gradient(to bottom, #529181 5%, #529181 100%);
	background-color:#529181;
	border-radius:4px;
	border:1px solid #529181;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:5px 10px;
    width:100px;
    height: 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #529181;
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#529181;
}
.myButton:active {
	position:relative;
	top:1px;
}

  .myButton2 { 
      box-sizing: border-box; 
      border-radius: 9px; 
      position:absolute; 
      left:3%; top:37%; 
      width:150px; 
      height:40px; 
      background-color:#529181; 
      background: linear-gradient(to bottom,#529181, #24413A 50%, #1C322D 50%, #142420); 
      border: 2px solid #2B4C3D;  
}
      
.layout{
    background-color:#ffffff;
    font-family:Verdana;
}