
.button_example{
border:2px solid #007FAD; -webkit-border-radius: 50px; -moz-border-radius: 50px;border-radius: 50px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #01516E;
 background-color: #1F848F; background-image: -webkit-gradient(linear, left top, left bottom, from(#1F848F), to(#ADF7D4));
 background-image: -webkit-linear-gradient(top, #1F848F, #ADF7D4);
 background-image: -moz-linear-gradient(top, #1F848F, #ADF7D4);
 background-image: -ms-linear-gradient(top, #1F848F, #ADF7D4);
 background-image: -o-linear-gradient(top, #1F848F, #ADF7D4);
 background-image: linear-gradient(to bottom, #1F848F, #ADF7D4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1F848F, endColorstr=#ADF7D4);
}

.button_example:hover{
 border:2px solid #1BA186;
 background-color: #B0F7FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#B0F7FF), to(#7CE6B4));
 background-image: -webkit-linear-gradient(top, #B0F7FF, #7CE6B4);
 background-image: -moz-linear-gradient(top, #B0F7FF, #7CE6B4);
 background-image: -ms-linear-gradient(top, #B0F7FF, #7CE6B4);
 background-image: -o-linear-gradient(top, #B0F7FF, #7CE6B4);
 background-image: linear-gradient(to bottom, #B0F7FF, #7CE6B4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B0F7FF, endColorstr=#7CE6B4);
}