﻿
#onlineRegistrationIcon {
  display: inline-block;
  background: url("register-icon.png") center center no-repeat;
  width: 28px;
  height: 16px;
  border: none;
  margin: 0 0 0 2px;
  padding: 0;
  float: right;
}

#onlineRegistrationLink {
    position: fixed;
    display: block;
    padding: 5px 5px 7px;
    width: 110px;
    top: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: -60px !important;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
    color: #444;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    border: solid 1px transparent;
    outline: none;
    cursor: pointer;
}

#onlineRegistrationLink:active {
  box-shadow: 0px 1px 6px #aaa inset, 0px 1px 6px #fff;
}

#onlineRegistrationLink:hover {
  text-decoration: none;
  color: #000;
  background: #f5f5f5;
}​
