.styled_button{
color:#1a2500;
font-weight:bold;
background-color:#79ab00;
background-image:url(../images/button.gif);
background-position:center right;
background-repeat:no-repeat;
font-size: 11px;
text-transform:uppercase;
padding:3px 32px 2px 8px;
white-space: nowrap;
vertical-align: top;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border:1px solid #3c5500;
outline: none;
margin:10px 0px 20px 0px;
cursor:pointer;
}

.styled_button:hover,.styled_button a:hover{
color:#151e00 !important;
background-color:#83b900;
border:1px solid #344a00;
}
