  /**Timeout Box*/
  #handover_wrapper {
        position:fixed;
	background-color:#464646;filter:alpha(opacity=90);opacity:.9;
        z-index:200;
        height:100%;
        width:100%;
        left: 0;
        top:0;
  }
  #handover_box {
        margin:0 auto;
        width:50%;
        padding:5px;
        background:#f3f3f3;
        position:relative;
        top:30%;
        -moz-box-shadow:2px 2px 6px black;
        box-shadow:2px 2px 6px black;
        -moz-border-radius:10px;
        border-radius:10px;
        -webkit-box-shadow:2px 2px 6px black;
        -webkit-border-radius:10px;
        text-align: center;
        padding-bottom:10px;
  }
  #handover_closed {
        margin:0 auto;
        width:50%;
        padding:5px;
        background:#f3f3f3;
        position:relative;
        top:30%;
        -moz-box-shadow:2px 2px 6px black;
        box-shadow:2px 2px 6px black;
        -moz-border-radius:10px;
        border-radius:10px;
        -webkit-box-shadow:2px 2px 6px black;
        -webkit-border-radius:10px;
        text-align: center;
        padding-bottom:10px;
  }
  #handover_box h1 {
        -moz-border-radius-topright:10px;
        border-radius-topright:10px;
        -moz-border-radius-topleft:10px;
        border-radius-topleft:10px;
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
  }
  #handover_link {
	background:#ccc;
    border:1px solid #444;
	padding:3px 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
    margin-bottom:5px;
  }
  a#handover_link {
       text-decoration: none;
       color:#333;
       font-style: italic;
      font-size: 11pt;
  }
  a#handover_link:hover {
       text-decoration: underline;
       color:#333;
  }
  .handover_spacer {
      padding:100px 10px;
      font-size: 12pt;
  }
