
/*CSS Buttons 1:*/

.Button1 {
	box-shadow:inset 2px 2px 3px 1px #888888;
-moz-box-shadow:inset 0px 2px 4px 2px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #505757), color-stop(1, #0c0d0d));
	background:-moz-linear-gradient(top, #505757 5%, #0c0d0d 100%);
	background:-webkit-linear-gradient(top, #505757 5%, #0c0d0d 100%);
	background:-o-linear-gradient(top, #505757 5%, #0c0d0d 100%);
	background:-ms-linear-gradient(top, #505757 5%, #0c0d0d 100%);
	background:linear-gradient(to bottom, #505757 5%, #0c0d0d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#505757', endColorstr='#0c0d0d',GradientType=0);
	/*background-color:#505757;*/
	background-color:#000000;
	vertical-align: middle;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:10px;
	border:0px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#2bc0ed;
	font-family:Courier New;
	font-weight: bold;
  word-wrap:break-word;
	font-size:11px;
	padding:1px 0px;
	text-decoration:none;
	/*-o-transition:.2s;*/
  /*-ms-transition:.2s;*/
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

.Button1:hover {
box-shadow:inset 1px 1px 3px 2px #9999FF, 0 0px 20px 0 rgba(50,50,250,1.24);
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#505757', endColorstr='#0c0d0d',GradientType=0);*/
	/*background-color:#505757;*/

}

.Button1:active {
	background:linear-gradient(to bottom, #222222 5%, #666666 100%);
}


td.tabbut
{

height: 45px;
cursor: pointer;
}
