
    .button01 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
        -webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
        box-shadow:inset 0px 1px 0px 0px #dcecfb;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #74B6E8));
        background:-moz-linear-gradient(top, #bddbfa 5%, #74B6E8 100%);
        background:-webkit-linear-gradient(top, #bddbfa 5%, #74B6E8 100%);
        background:-o-linear-gradient(top, #bddbfa 5%, #74B6E8 100%);
        background:-ms-linear-gradient(top, #bddbfa 5%, #74B6E8 100%);
        background:linear-gradient(to bottom, #bddbfa 5%, #74B6E8 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#74B6E8',GradientType=0);
        
        background-color:#bddbfa;
        
        -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:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #528ecc;
        margin-right: 5px;
        
    }
    .button01:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74B6E8), color-stop(1, #bddbfa));
        background:-moz-linear-gradient(top, #74B6E8 5%, #bddbfa 100%);
        background:-webkit-linear-gradient(top, #74B6E8 5%, #bddbfa 100%);
        background:-o-linear-gradient(top, #74B6E8 5%, #bddbfa 100%);
        background:-ms-linear-gradient(top, #74B6E8 5%, #bddbfa 100%);
        background:linear-gradient(to bottom, #74B6E8 5%, #bddbfa 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74B6E8', endColorstr='#bddbfa',GradientType=0);
        
        background-color:#74B6E8;
    }
    .button01:active {
        position:relative;
        top:1px;
    }

.button02 {
	margin: 5px 5px;
	-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, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button02:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.button02:active {
	position:relative;
	top:1px;
}