#angebot_tab{
  width:800px;
}
#angebot_tab .left{
  width: 350px;
}
#angebot_tab .middle{
  width: 1px;
  border-left: #e2e2e4 1px solid;
}
#angebot_tab .right{
  padding-left:5px;
  width: 350px;
}
#plot_tab .title {
  width: 100px;
  font-weight: bold;
}
#plot_tab .input {
  width: 250px;
}
#plot_tab input{
  float:right;
  width: 250px;
}
#plot_tab textarea{
  margin-top:3px;
  float:right;
  width: 250px;
  height:100px;
  border: 1px solid #ACACAC;
  border-radius: 5px 5px 5px 5px;
  color: #393939;
  padding: 6px 6px 0;
}
#plot_tab td{
  padding-bottom: 10px;
}
#user_tab .title {
  width: 100px;
  font-weight: bold;
}
#user_tab input{
  float:right;
  padding-right: 5px;
  /*width: 250px;*/
}
#user_tab td{
  padding-bottom: 10px;
}
.send_data{
  float:right;
  margin-top:20px;
}
.boxed{
  /*padding:15px;*/
}
.btn_submit{
  margin-top:-30px;
  float:right;
}

#error_div{
  display: none;
  background-color: #FBCD02;
  color: #c80211;
  font-size: 12px;
}
#error_div_no_script{
  background-color: #FBCD02;
  color: #c80211;
  font-size: 12px;
}
#error_div ul {
  margin-left:25px;
}
#error_div_no_script ul {
  margin-left:25px;
}
#noscript{
  margin-top: 20px;
  background-color: #FBCD02;
  color: #c80211;
  font-size: 12px;
}
.id-form .form-submit {
  cursor: pointer;
  font-weight: bold;
  height: 35px;
  padding: 6px 6px 0;
  width: 262px;
}
.id-form input {
  border: 1px solid #ACACAC;
  color: #393939;
  height: 25px;
  padding: 6px 6px 0;
  width: 250px;
}
input {
  outline: medium none;
}
#error_div_no_script ul{
  line-height: 15px;
}
#error_div_no_script li{
  line-height: 15px;
}


