﻿ .cssLoadingTimer
        {        	
        	
        	text-align:center; 
        	position:fixed; 
        	margin:5% 0% 0px 30%;         	         
        	width:300px;
        	height:150PX;
        	 background-color:#aae3ff;
        	 display:inline;
            z-index:999;
        	
        
        }
         .myButton {
        
        -moz-box-shadow: 3px 4px 0px 0px#660044;
        -webkit-box-shadow: 3px 4px 0px 0px #660044;
        box-shadow: 3px 4px 0px 0px #660044;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05,#b30077), color-stop(1, #378de5));
        background:-moz-linear-gradient(top, #b300775%, #990066 100%);
        background:-webkit-linear-gradient(top, #b30077 5%, #990066 100%);
        background:-o-linear-gradient(top, #b30077 5%,#990066 100%);
        background:-ms-linear-gradient(top, #b30077 5%, #990066 100%);
        background:linear-gradient(to bottom, #b30077 5%, #990066 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
        
        background-color:#b30077;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #b30077;
        
        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 #b30077;
        cursor:pointer;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b30077), color-stop(1, #4d0033));
        background:-moz-linear-gradient(top, #b30077 5%, #4d0033 100%);
        background:-webkit-linear-gradient(top, #b300775%, #4d0033 100%);
        background:-o-linear-gradient(top, #b30077 5%, #4d0033 100%);
        background:-ms-linear-gradient(top,#b30077 5%, #4d0033 100%);
        background:linear-gradient(to bottom,#b30077 5%, #4d0033 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30077', endColorstr='#4d0033',GradientType=0);
        
        background-color:#b30077;
    }
    .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, #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, #33ccff 5%, #33ccff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152B40', endColorstr='#152B40',GradientType=0);
    /*   background-color:#152B40; */
    /*   background-color:#006080 ; */
    background-color: #b30059;
    -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, #4CAF50 5%, #4CAF50 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#4CAF50',GradientType=0);
        background-color: #ffff80;
    }

    .myButtonclick:active {
        position: relative;
        top: 1px;
        /* background-color:#152B40; */
        background-color: #4CAF50;
        color: #152B40;
    }



    .myButtonclick:focus {
        background: linear-gradient(#4CAF50, #4CAF50);
        color: white
    }

    .myButtonclick:Selected {
        background: linear-gradient(#4CAF50, #4CAF50);
    }
    