@charset "UTF-8";

/* css3 btn1s */

.btn1 {
  display:block;
  padding:10px 20px;
  position:relative;
  font-size:15px;
  line-height:1em;
  text-decoration:none!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn1:active {
  padding: 11px 20px 9px;
/*  top:1px; */
}
.btnBlue {
  background-color:#33ccff;
  color:#ffffff;
  border: solid 1px #006699;
  background-image: linear-gradient(bottom, #3399cc 0%, #33cccc 100%);
  background-image: -o-linear-gradient(bottom, #3399cc 0%, #33cccc 100%);
  background-image: -moz-linear-gradient(bottom, #3399cc 0%, #33cccc 100%);
  background-image: -webkit-linear-gradient(bottom, #3399cc 0%, #33cccc 100%);
  background-image: -ms-linear-gradient(bottom, #3399cc 0%, #33cccc 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3399cc), color-stop(1, #33cccc));
  -webkit-box-shadow: inset 0px 1px 0px #66ccff, 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px #66ccff, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 0px #66ccff, 0px 1px 0px #ffffff;
}
.btnBlue:active {
  background-image: linear-gradient(bottom, #33cccc 0%, #3399cc 100%);
  background-image: -o-linear-gradient(bottom, #33cccc 0%, #3399cc 100%);
  background-image: -moz-linear-gradient(bottom, #33cccc 0%, #3399cc 100%);
  background-image: -webkit-linear-gradient(bottom, #33cccc 0%, #3399cc 100%);
  background-image: -ms-linear-gradient(bottom, #33cccc 0%, #3399cc 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #33cccc), color-stop(1, #3399cc));
}
.btnRed {
  background-color: #cc0000;
  color: #ffffff;
  border: solid 1px #990000;
  background-image: linear-gradient(bottom, #cc0000 0%, #ff0000 100%);
  background-image: -o-linear-gradient(bottom, #cc0000 0%, #ff0000 100%);
  background-image: -moz-linear-gradient(bottom, #cc0000 0%, #ff0000 100%);
  background-image: -webkit-linear-gradient(bottom, #cc0000 0%, #ff0000 100%);
  background-image: -ms-linear-gradient(bottom, #cc0000 0%, #ff0000 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc0000), color-stop(1, #ff0000));
  -webkit-box-shadow: inset 0px 1px 0px #ff6666, 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px #ff6666, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 0px #ff6666, 0px 1px 0px #ffffff;
}
.btnRed:active {
  background-image: linear-gradient(bottom, #ff0000 0%, #cc0000 100%);
  background-image: -o-linear-gradient(bottom, #ff0000 0%, #cc0000 100%);
  background-image: -moz-linear-gradient(bottom, #ff0000 0%, #cc0000 100%);
  background-image: -webkit-linear-gradient(bottom, #ff0000 0%, #cc0000 100%);
  background-image: -ms-linear-gradient(bottom, #ff0000 0%, #cc0000 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff0000), color-stop(1, #cc0000));
}
