 x:-o-prefocus,#backToResults {
        margin-bottom:20px;
    }

#backToResults{
    margin-bottom: 18px; /*was 5*/
    margin-bottom /*\**/: -19px\9 ;
    float: right;
    cursor: pointer;
    width: 147px;
    height: 34px;
    border:none;
     background: url("../redesign/images/backResults.png") no-repeat scroll center top transparent;
}

#backToResults:hover{
     background: url("../redesign/images/backResultsHOVER.png") no-repeat scroll center top transparent;
}


.simpleBlueButton{
color: white;
font-family:Arial;
font-size:12px;
background-color: rgb(0, 71, 185);
    margin-top: 1.0em;
    margin-bottom: 1.5em;
/*border: 0;*/

/*
    margin-left: auto;
    margin-right: auto;

	list-style: none;
	overflow: hidden;
	margin-top: 1em;
	text-align: right;
	width: 25%;
	float: left;
*/
/* text-decoration: underline;*/
}


.simpleBlueButton:active, .simpleBlueButton:focus {
background-color: rgb(0, 71, 185);
}

/*
.simpleBlueButton:focus {
background-color: rgb(0, 71, 185);
}
*/

/*
.simpleBlueButton input:hover, .simpleBlueButton input:focus,
.simpleBlueButton a:hover, .simpleBlueButton a:focus, .simpleBlueButton a:active {
color: black;
font-family:Arial;
font-size:12px;
background-color: rgb(0, 71, 185);
    margin-top: 1.0em;
    margin-bottom: 1.5em;
}
*/


.sabiobtn {
  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: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.sabiobtn: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;
}