

#feedbackcontainer {
position: fixed;
  right:0px;
    bottom: 80px;
      background: none;
        height: 120px;
	  width: 40px;
	    font-size: 14px;
	      font-family: Arial, sans-serif;
      }

#feedbackbutton {
transform: rotate(-90.0deg);
  background: #1377BC;
    border-radius: 4px;
      width: 120px;
        border: solid 1px #e3e3e3;
	  letter-spacing: 1;
	    padding: 5px 5px;
	      color: #FFF;
	        font-weight: bold;
		  cursor: pointer;
		    float: right;
		      margin-top: 45px;
		        margin-right: -45px;
			}


#feedbackform {
  display: none;
    position: relative;
      top: -70px;
        left: 5px;
}


#feedbackemail {
  width: 290px;
    border-radius: 3px;
      border: 1px solid #CCC;
        padding: 2px;
	  margin-bottom: 5px;
  }

#feedbackmessage {
  width: 290px;
    height: 150px;
      border: 1px solid #CCC;
        border-radius: 3px;
	  padding: 2px;
	    margin-bottom: 5px;
	      font-size: 12px;
	        font-family: Arial, sans-serif;
	}


#submitbutton {
padding: 3px;
  background: #1377BC;
    border-radius: 4px;
      width: 120px;
        border: solid 1px #e3e3e3;
	  color: #FFF;
	    font-weight: bold;
	      cursor: pointer;
      }





