

#feedbackform{
    width: 250px;
    position:fixed;
    *position:absolute;
    top:40px;
    *margin-top:0;
    left: -225px;
    z-index: 9999;
}
#contactable {
	background: url('images/feedback-bt.png') no-repeat top right;
	color:#FFFFFF;
	cursor:pointer;
	height:133px;
	float: right;
	overflow:hidden;
	text-indent:-9999px;
	width:27px;
	z-index: 9999;
}

* html #contactable { 
	position: absolute;
}


#contactForm {
	background: url('images/feedback-bg.png') no-repeat top right;
	color:#FFFFFF;
	height:590px;
	overflow:hidden;         
	float: left
	width:223px;
	*width:223px;
	z-index:9999;
}

form#contactForm input, form#contactForm textarea, form#contactForm .submit {
  font-family: Tahoma;
  font-size: 14px;
  color: #ffffff;
}

form#contactForm input {
  width: 174px;
  height: 18px;
  padding: 5px 7px;
  background: url('images/feedback-input.png') no-repeat top left;
  border: none;
}

form#contactForm textarea {
  width: 174px;
  height: 308px;
  padding: 5px 7px;
  background: url('images/feedback-textarea.png') no-repeat top left;
  border: none;
}


form#contactForm .submit {
  background: url('images/feedback-submit.png') no-repeat top left;
  width: 113px;
  height: 25px;
  border: none;
  cursor: pointer;
  
}

#contactForm .red {
	color:	#F5410F;
}
#contactForm #fbf_category{
    width: 190px;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}

.error {  }
#name.error {  } 
#email.error {  }
#comment.error {  }

#contactform #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

.holder {
	margin:0 auto;
	padding-top: 0;	
}	

#fb-title {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 6px;
}

#fb-emailname, #fb-subject, #fb-category, #fb-msg, #fb-submit { line-height: 0; padding-left: 15px; }

#fb-randomquestion { padding-left: 15px; }
#fb-randomquestion span{color: #545454;}

#fb-emailname { padding-top: 13px; }
#fb-subject { padding-top: 6px; }
#fb-category { padding-top: 20px; }
#fb-category input#category { background: url('images/feedback-select.png') no-repeat top left; }
#fb-msg { padding-top: 22px; }
#fb-submit { padding-top: 10px; padding-left: 89px; }
#contactForm #contactForm-contr{
    position: relative;
}
#contactForm #loading{
    position: absolute;
    left: 47px;
    top: 157px;
    display: none;
}
#contactForm #callback{
    background-color:#A70000;
    left:10px;
    position:absolute;
    text-align:center;
    top:155px;
    width:180px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}
