/*	body {
	  background: #bebebe;
	}*/
	#feedback_form {
	  width: 470px;
	 /* height: 228px;*/
	  height: 240px;
	  background-image: url(http://2dbin.com/designes/2dbin/images/feedback_form.png);
	  background-repeat: no-repeat;
	  background-position: left top;
	  font-family: arial;
	  font-size: 11pt;
	  color: #666666;
	  padding: 65px 0 0 50px;
	  position: fixed;
	  z-index: 65535;
	  top: 400px;
	  left: 450px;
	  background-color: #ebebeb;
	  border: 5px #939393 solid;
	}

  #feedback_form span {
    margin-bottom: 3px;
    display: inline-block;
  }

  .feedback_textfield {
    height: 20px;
    border: 1px #b3b3b3 solid;
    padding-top: 4px;
    padding-left: 4px;
    background: #ffffe5;
    vertical-align: middle;
    color: #666666;
	}

  .feedback_textarea {
    border: 1px #777777 solid;
    background: #ffffe5;
    color: #666666;
	}
	
	.fb_btn_container {
	  width: 412px;
	  height: 25px;
	  padding-top: 15px;
	}
	
	#fb_send_btn {
	  width: 73px;
	  height: 23px;
	  background-image: url(http://2dbin.com/designes/2dbin/images/send_btn.png);
	  display: inline-block;
	  float: right;
	  margin: 0 7px;
	  cursor: pointer;
	}

	#fb_cancel_btn {
	  width: 73px;
	  height: 23px;
	  background-image: url(http://2dbin.com/designes/2dbin/images/cancel_btn.png);
	  display: inline-block;
	  float: right;
	  cursor: pointer;
	}

	#fb_send_btn:hover {
	  width: 73px;
	  height: 23px;
	  background-image: url(http://2dbin.com/designes/2dbin/images/send_btn_over.png);
	  display: inline-block;
	  float: right;
	  cursor: pointer;
	}

	#fb_cancel_btn:hover {
	  width: 73px;
	  height: 23px;
	  background-image: url(http://2dbin.com/designes/2dbin/images/cancel_btn_over.png);
	  display: inline-block;
	  float: right;
	  cursor: pointer;
	}

