﻿
    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        
        background-color:#007dc1;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #124d77;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:bold;
        padding:6px 10px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #154682;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }




   .myButtonclick {
        
        -moz-box-shadow: 3px 4px 0px 0px #152B40;
        -webkit-box-shadow: 3px 4px 0px 0px #152B40;
        box-shadow: 3px 4px 0px 0px #152B40;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
        background:-moz-linear-gradient(top, #0501ec 5%, #0501ec 100%);
        background:-webkit-linear-gradient(top, #0501ec 5%, #0501ec 100%);
        background:-o-linear-gradient(top, #0501ec 5%, #0501ec 100%);
        background:-ms-linear-gradient(top, #0501ec 5%, #0501ec 100%);
        background:linear-gradient(to bottom, #0501ec 5%, #0501ec 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#152B40', endColorstr='#152B40',GradientType=0);
        
        background-color:Blue;
       
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #152B40;
        
        display:inline-block;
        color:#FFFFFF;
        font-family:arial;
        font-size:17px;
        font-weight:bold;
        padding:5px 5px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #C0C0C0;
        cursor:pointer;
        
    }


 .myButtonclick:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
        background:-moz-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-webkit-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-o-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-ms-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:linear-gradient(to bottom, #152B40 5%, #152B40 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#152B40',GradientType=0);
        
        background-color:#152B40;
    }
    .myButtonclick:active {
        position:relative;
        top:1px;
        background-color:#152B40;
        color:#152B40;
    }
   
   
    
    .myButtonclick:focus
    {
    	background: linear-gradient(#152B40, #152B40);
        color : white
    	
    	}
    	.myButtonclick:Selected
    	{
    		 background:linear-gradient(#152B40, #152B40);
    	}
    