.button, a.button{
  border:2px solid;
  border-radius:6px;
  cursor:pointer;
  display:inline-block;
  font-family:arial;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  }



/* Large */
.button.Lrg, a.button.Lrg{
  font-size:15px;
  line-height:15px;
  margin-bottom:0;
  margin-top:10px;
  padding:10px 15px;
}
	
/* Medium */
.button.Med, a.button.Med{
	font-size:13px;
  line-height:15px;
  margin-bottom:0;
  margin-top:10px;
  padding:7px 15px;
}  

/* Small */
.button.Sml, a.button.Sml{
  font-size:11px;
  font-weight:regular;
  line-height:13px;
  margin-bottom:0;
  margin-top:10px;
  padding:5px 8px;
}  

/* Blue */
.button.Blue, a.button.Blue{
	background:none repeat scroll 0px 0px #4485BC !important;
	border: 2px solid rgb(18, 61, 96) !important;
	border-radius: 4px !important;
	color:#ffffff !important;
}

.button.Blue:hover, a.button.Blue:hover{
	background:none repeat scroll 0px 0px #376ea3 !important;
	color:#ffffff !important;
	border-color:#032B3D !important;
	border-radius: 4px !important;
}
	
		
/* Orange */
.button.Orange, a.button.Orange{
	background:none repeat scroll 0px 0px #C9653D;
	border-color:#8E410D;
	color:#ffffff;}
	
.button.Orange:hover, a.button.Orange:hover{
	background:none repeat scroll 0px 0px #AF4427;
	color:#ffffff;}
	
	
/* Gray */
.button.Gray, a.button.Gray{
	background:none repeat scroll 0px 0px #EFEFEF;
	border-color:#3B76B1;
	color:#3B76B1;}

.button.Gray:hover, a.button.Gray:hover{
	background: none repeat scroll 0px 0px #D1D1D1;	
	color:#2E5B89;}
	
 /* Light Blue */
.button.LtBlue, a.button.LtBlue{
	background:none repeat scroll 0px 0px #E0EEFB;
	border-color:#3B76B1;
	color:#1E6BAB;}

.button.LtBlue:hover, a.button.LtBlue:hover{
	background: none repeat scroll 0px 0px #CADFEF;
	color:#1E6BAB;}