.wcwl_control {
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #9b9b9b;
    background: -webkit-linear-gradient(#fadb99,#edbb56);
    background: -o-linear-gradient(#fadb99,#edbb56);
    background: -moz-linear-gradient(#fadb99,#edbb56);
    background: linear-gradient(#fadb99,#edbb56);
	height: 44px;
    width: 260px;
	padding:8px;
    text-align: center;
    border-radius: 4px;
    font: 700 16px open sans;
    color: #7a4e00;
	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
}
.wcwl_control:hover {
  background: #EFC468;
  background: -webkit-linear-gradient(#F7D185, #EFC468);
  background: -o-linear-gradient(#F7D185, #EFC468);
  background: -moz-linear-gradient(#F7D185, #EFC468);
  background: linear-gradient(#F7D185, #EFC468);
}
.wcwl_control a { 
	text-decoration:none;
	font-size: 16px;
    color: #7a4e00;
    text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}