
    .myButton {
        
        -moz-box-shadow: 0px 4px 7px -3px #000000;
        -webkit-box-shadow: 0px 4px 7px -3px #000000;
        box-shadow: 0px 4px 7px -3px #000000;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:18px;
        -webkit-border-radius:18px;
        border-radius:18px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
		margin:0 0 7px 0;
        padding:6px 12px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c57f), color-stop(1, #ffffff));
        background:-moz-linear-gradient(top, #82c57f 5%, #ffffff 100%);
        background:-webkit-linear-gradient(top, #82c57f 5%, #ffffff 100%);
        background:-o-linear-gradient(top, #82c57f 5%, #ffffff 100%);
        background:-ms-linear-gradient(top, #82c57f 5%, #ffffff 100%);
        background:linear-gradient(to bottom, #82c57f 5%, #ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c57f', endColorstr='#ffffff',GradientType=0);
        
        background-color:#f6f6f6;
		
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
	
	
	.text_button {
   		border: none;
   		background-color: transparent;
   		padding: 0;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
		color:#0000CC;
}
