tr.hborder{
	outline:ridge;
}

.btn {
  background: #9ca2a6;
  background-image: -webkit-linear-gradient(top, #9ca2a6, #5f6e78);
  background-image: -moz-linear-gradient(top, #9ca2a6, #5f6e78);
  background-image: -ms-linear-gradient(top, #9ca2a6, #5f6e78);
  background-image: -o-linear-gradient(top, #9ca2a6, #5f6e78);
  background-image: linear-gradient(to bottom, #9ca2a6, #5f6e78);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0px #666666;
  -moz-box-shadow: 1px 1px 0px #666666;
  box-shadow: 1px 1px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  width:65px;
  padding: 4px;
  border: solid #9ca2a6 2px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:9px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}

table {
}
.Mbody {
	background-color:lightblue;
	 background-image: url("../images/Index_background.png");
    background-repeat: repeat-x;
}