#deviceFeedbackFormContain *,
#feedbackFormContain * { outline:0 !important; }

#deviceFeedbackFormContain {
  width:410px;
  height:480px;
  margin-left:-200px;
  /*margin-top:-240px;*/
}
#feedbackFormContain {
  width:410px;
  height:400px;
  margin-left:-200px;
  /*margin-top:-200px;*/
}

#deviceFeedbackFormContain .bottom,
#deviceFeedbackFormContain .top,
#feedbackFormContain .bottom,
#feedbackFormContain .top {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
}
#deviceFeedbackFormContain .bottom,
#feedbackFormContain .bottom {
  background:url(/images/feedbackform/form.png) no-repeat left -54px transparent;
  height: 40px;
}
#deviceFeedbackFormContain .title,
#feedbackFormContain .title {
  text-transform:uppercase;
  font-size:14px;
  line-height:14px;
  padding:25px 30px 14px;
  background:#f2f2f2;
  background:url(/images/feedbackform/form.png) no-repeat left top transparent;
  font-weight:bold;
  position:relative;
}
#deviceFeedbackFormContain .content,
#feedbackFormContain .content {
  background:url(/images/feedbackform/form-mid.png) repeat-y left top transparent;
  padding-left:10px;
  padding-right:14px;
  position:relative;
}
#deviceFeedbackFormContain .content 	{  height:500px; }
#feedbackFormContain .content 		{  height:480px; }

.pageContent.lightbox-content #lboxContent_feedbackForm {
  top:0px;
}

#deviceFeedbackFormContent,
#feedbackFormContent {
  padding:20px;
}
#deviceFeedbackForm label,
#feedbackForm label {
  display:block;
  font-size:12px;
  margin-bottom:4px;
}
#deviceFeedbackForm input#organization,
#deviceFeedbackForm input#email,
#deviceFeedbackForm input#name,
#deviceFeedbackForm input#device,
#feedbackForm input#organization,
#feedbackForm input#email,
#feedbackForm input#name {
  width:100%;
  height:20px;
  margin-bottom:15px;
}
#deviceFeedbackForm textarea#comment,
#feedbackForm textarea#comment {
  width:100%;
  height:70px;
}
#deviceFeedbackForm input#send,
#feedbackForm input#send {
  margin-top:20px;
  float:right;
}
#deviceFeedbackThanks .close,
#deviceFeedbackFormContain .close,
#feedbackThanks .close,
#feedbackFormContain .close {
  position:absolute;
  right:12px;
  top:8px;
  text-align:right;
}
#deviceFeedbackThanks .close a,
#deviceFeedbackFormContain .close a,
#feedbackThanks .close a,
#feedbackFormContain .close a {
  display:block;
  background:url(/images/feedbackform/close.png) no-repeat right top transparent;;
  width:23px;
  height:23px;
}
#deviceFeedbackThanks .close a:hover,
#deviceFeedbackFormContain .close a:hover,
#feedbackThanks .close a:hover,
#feedbackFormContain .close a:hover {
  background-position:right -23px;
}
#deviceFeedbackFormContain a.sendImg,
#feedbackFormContain a.sendImg {
  display:block;
  background:url(/images/feedbackform/send.png) no-repeat left top transparent;
  height:29px;
  width:55px;
  position:absolute;
  right:31px;
  bottom:0;
}
#deviceFeedbackFormContain a.sendImg:hover,
#feedbackFormContain a.sendImg:hover {
  background-position:left -28px;
}

#deviceFeedbackThanks,
#feedbackThanks {
  background:url(/images/feedbackform/thanks-pod.png) no-repeat left top transparent;
  margin-left:-206px;
  /*margin-top:-85px;*/
  width:350px;
  height:170px;
  padding:35px 30px 30px 30px;
  font-size:14px;
  position:relative;
}
#deviceFeedbackThanks h4,
#feedbackThanks h4 {
  color:#FE6518;
  font-size:18px;
  margin-bottom:20px;
  margin-top:0;
}
#deviceFeedbackThanks p,
#feedbackThanks p {
  color:black;
  margin-bottom:20px;
}

