@charset "utf-8";
.lftbtn {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	vertical-align: middle;
   }
.lftbtn:hover {
	border-top-color: #397EAC;
	background: #28597a;
	color: #ccc;
   }
.lftbtn:active {
	border-top-color: #2C6B96;
	background: #1b435e;
   }
  /* .lftbtn {
	border-top: 1px solid #f7c497;
   background: #d6a365;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c5c3e), to(#d6a365));
   background: -webkit-linear-gradient(top, #9c5c3e, #d6a365);
   background: -moz-linear-gradient(top, #9c5c3e, #d6a365);
   background: -ms-linear-gradient(top, #9c5c3e, #d6a365);
   background: -o-linear-gradient(top, #9c5c3e, #d6a365);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.lftbtn:hover {
	border-top-color: #785128;
   background: #785128;
   color: #ccc;
   }
.lftbtn:active {
	 border-top-color: #5c2f1b;
   background: #5c2f1b;
   }*/
.lftbtn1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 25px;
	background-color: #65a9d7;
	width: 100px;
	border: thin solid #003;
	color: #FFC;
	border-radius: 8px;
	background-image: url(backg/images/right_down_corner.gif);
	background-repeat: repeat-y;
}
.lftbtn1:hover {
	
	background: #28597a;
	
   }
.lftbtn1:active {
	
	background: #1b435e;
	
   }
   
.lftmnu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 30px;
	background-color: #9CF;
	width: 200px;
	border: thin dotted #003;
	border-radius: 8px;
	color: #FFC;
	background-repeat: repeat;
	padding: 5px;
	background-image: url(../../images/lftmnu.gif);
}
.logmnu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 30px;
	background-color: #9CF;
	width: 300px;
	border: thin dotted #003;
	border-radius: 8px;
	color: #FFC;
	background-repeat: repeat;
	padding: 5px;
	background-image: url(../../images/lftmnu.gif);
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 25px;
	width: 190px;
	color: #FFC;
	padding: 5px;
	font-weight: bold;
}
