a, h1, h2, h3, h4, h5, h6 { color:#2a445a; }
/*.formButton { background:#2a445a; }*/
.formButton 
{
	display: inline-block;
	padding: 5px 14px 6px;
  cursor: pointer;
  color: #FFFFFF;
  margin: 4px 10px 4px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  background-color: #339BB9;
  background-image: -moz-linear-gradient(center top , #5BC0DE, #339BB9);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BC0DE', endColorstr='#339BB9'); /* for IE */	
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5BC0DE), to(#339BB9));
	background-image:   -o-linear-gradient(        #5BC0DE,  #339BB9);	
	
	background-repeat: repeat-x;
	}
	
	input.submit:hover {
  background-position: 0px -15px;
  }