﻿    .myButtonBlue {
	    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	    background-color:#79bbff;
	    -moz-border-radius:6px;
	    -webkit-border-radius:6px;
	    border-radius:6px;
	    border:1px solid #84bbf3;
	    display:inline-block;
	    color:#ffffff;
	    font-family: Arial;
	    font-size:10px;
	    font-weight:bold;
	    padding:2px 10px;
	    text-decoration:none;
	    text-shadow:1px 1px 0px #528ecc;
    }
    .myButtonBlue:hover {
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	    background-color:#378de5;
	    color:#EEE;
    }
    .myButtonBlue:active {
	    position:relative;
	    top:1px;
    }
    .myButtonRed {
	    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	    box-shadow:inset 0px 1px 0px 0px #f29c93;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	    background-color:#fe1a00;
	    -moz-border-radius:6px;
	    -webkit-border-radius:6px;
	    border-radius:6px;
	    border:1px solid #d83526;
	    display:inline-block;
	    color:#ffffff;
	    font-family: Arial;
	    font-size:10px;
	    font-weight:bold;
	    padding:2px 10px;
	    text-decoration:none;
	    text-shadow:1px 1px 0px #b23e35;
    }
    .myButtonRed:hover {
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	    background-color:#ce0100;
	    color:#ffffff;
    }
    .myButtonRed:active {
	    position:relative;
	    top:1px;
    }
    .myButtonGray {
	    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	    box-shadow:inset 0px 1px 0px 0px #ffffff;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	    background-color:#ededed;
	    -moz-border-radius:6px;
	    -webkit-border-radius:6px;
	    border-radius:6px;
	    border:1px solid #dcdcdc;
	    display:inline-block;
	    color:#777777;
	    font-family: Arial;
	    font-size:10px;
	    font-weight:bold;
	    padding:2px 10px;
	    text-decoration:none;
	    text-shadow:1px 1px 0px #ffffff;
    }
    .myButtonGray:hover {
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	    background-color:#dfdfdf;
    }
    .myButtonGray:active {
	    position:relative;
	    top:1px;
    }
    .myButtonGreen {
	    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	    box-shadow:inset 0px 1px 0px 0px #caefab;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	    background-color:#77d42a;
	    -moz-border-radius:6px;
	    -webkit-border-radius:6px;
	    border-radius:6px;
	    border:1px solid #268a16;
	    display:inline-block;
	    color:#ffffff;
	    font-family: Arial;
	    font-size:10px;
	    font-weight:bold;
	    padding:2px 10px;
	    text-decoration:none;
	    text-shadow:1px 1px 0px #90bd66;
    }
    .myButtonGreen:hover {
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	    background-color:#5cb811;
    }
    .myButtonGreen:active {
	    position:relative;
	    top:1px;
    }