#feedbackFormContain * { outline:0 !important; }
#feedbackFormContain {
  width:410px;
  height:400px;
  margin-left:-200px;
  /*margin-top:-200px;*/
  /*background:white;*/
}
#feedbackFormContain .bottom,
#feedbackFormContain .top {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
}
#feedbackFormContain .bottom {
  background:url(/images/feedbackform/form.png) no-repeat left -54px transparent;
  height: 40px;
  top:0px;
}
#feedbackFormContain .title {
  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;
}
#feedbackFormContain .content {
  height:320px;
  background:url(/images/feedbackform/form-mid.png) repeat-y left top transparent;
  padding-left:10px;
  padding-right:14px;
  position:relative;
}
#feedbackFormContent {
  padding:20px;
}
#feedbackForm label {
  display:block;
  font-size:12px;
  margin-bottom:4px;
}
#feedbackForm input#email,
#feedbackForm input#wolframID,
#feedbackForm input#name,
#feedbackForm input#organization {
  width:100%;
  height:20px;
  margin-bottom:15px;
  font-size:12px;
}
#feedbackForm textarea#message {
  width:100%;
  height:70px;
}
#feedbackForm input#send {
  margin-top:20px;
  float:right;
}
#feedbackThanks .close,
#feedbackFormContain .close {
  position:absolute;
  right:12px;
  top:8px;
  text-align:right;
}
#feedbackThanks .close a,
#feedbackFormContain .close a {
  display:block;
  background:url(/images/feedbackform/close.png) no-repeat right top transparent;;
  width:23px;
  height:23px;
}
#feedbackThanks .close a:hover,
#feedbackFormContain .close a:hover {
  background-position:right -23px;
}
#feedbackFormContain a#sendImg {
  display:block;
  background:url(/images/feedbackform/send.gif) no-repeat left top transparent;
  height:24px;
  width:49px;
  position:absolute;
  right:31px;
  bottom:0;
}
#feedbackFormContain a#sendImg:hover {
  background-position:left -24px;
}
#feedbackThanks {
  background:url(/images/feedbackform/thanks-pod.png) no-repeat left top transparent;
  margin-left:-206px;
  margin-top:-85px;
  width:350px;
  height:170px;
  padding:20px 30px 30px 30px;
  font-size:14px;
  position:relative;
}
#feedbackThanks h4 {
  color:black;
  font-size:16px;
  margin-bottom:10px;
}
#feedbackThanks p {
  color:black;
  font-size:13px;
  margin-bottom:8px;
  line-height:15.5px;
}
#feedbackThanksContent {
	padding:0 5px;
}
.requiredTag {
	color: #DB0303;
}
label.requiredTag {
	float: right;
	font-size: 11px !important;
}
