.notification_error {
  padding:10px 20px;
  color:#ff0000;
  background:#EEEEEE;
  border:1px solid #9a0b0b;
  text-align:center;
}
.notification_sending,
.notification_ok {
  padding:10px 20px;
  color:#0531d5;
  background:#EEEEEE;
  border:1px solid #0531d5;
  text-align:center;
}
.notification_sending {
  color:#189803;
  border:1px solid #189803;
}
#twrapper fieldset {
  padding-bottom:10px;
}
#email_r label {
  padding-right:20px;
}
.emailMessage label {
  display:block;
}
.emailMessage input[type=text],
.emailMessage textarea 
{
  width:500px;
}
.emailMessage input[type=text], 
.emailMessage textarea {
  display:none;
}
/* rbbiz specific */

#twrapper {
  width:575px;
  margin:30px auto 0 auto;
}
.taf-section {
  padding:10px;
  border:1px solid #000000;
}

fieldset {
  border:none;
}
#twrapper h1, 
#twrapper h2, 
#twrapper h3 {
  margin-bottom:10px;
  padding-top:0;
  color:#930400;
}
.taf-header {
  text-align:center;
}
.taf-radio-btns {
  margin:10px 0 30px 0;
}
#twrapper .emailMessage textarea, 
#twrapper .message textarea {
  width:350px;
  height:90px;
  margin-bottom:15px;
  padding:10px;
  font-family:verdana;
  font-size:12px;
  color:#444444;
}
#twrapper .message input {
  display:block;
}
