body, .go-on-corner {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

.go-on-corner {
	position: absolute;
	top:0;
	right:0;
  width: 30px;
  height: 30px;
  
  background-image: url(../img/icon/orangecorner.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
  div.go-on-corner-popup {
    position: absolute;
    display: none;
    
    background-color: white;
    width: 230px;
    padding: 20px;
    right: 30px;
    font-size: 11px;

    border: 1px solid orange;
    
    z-index: 99;
  }
    
    div.go-on-corner-popup h4 {
      margin-top: 12px;
    }
    
    div.go-on-corner-popup div.input {
      width: 210px;
      clear: both;
      height: 18px;
      padding: 5px;

    }
    
    div.go-on-corner-popup label {
      float: left;
      width: 80px;
      display: block;
    }
    
    div.go-on-corner-popup input {
      width: 120px;
      display: block;
      float: left;
	padding: 3px;
    }
    
    div.go-on-corner-popup .submit {

     padding-top: 10px;
      width: 210px;
      clear: both;
    }

